#afb04c

Color #AFB04C Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #AFB04C

Tints of Olive Green #AFB04C

Color information

#AFB04C (or 0xAFB04C) is unknown color: approx Olive Green. HEX triplet: AF, B0 and 4C. RGB value is (175,176,76). Sum of RGB (Red+Green+Blue) = 175+176+76=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB04C is #504FB3. Grayscale: #A4A4A4. Windows color (decimal): -5263284 or 5025967. OLE color: 5025967.

HSL color Cylindrical-coordinate representation of color #AFB04C: hue angle of 60.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFB04C is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17517676-
CMYK0.0100.570.31
HSL60.6º39.68%49.41%-
HSV(B)60.6º56.82%69.02%-
XYZ34.5140.6912.87-
YUV164.378.17135.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 76 (30.08% from 255) = 17.80%
R=40.98%
G=41.22%
B=17.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175176760.0100.570.3160.639.6849.41
HexAFB04C10391F3d2831
Octal257260114107137755061
Binary101011111011000010011001011100111111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afb04c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afb04c; }

 p { color: rgb(175,176,76); }

 H1.HeaderClassName
 {
   color: #afb04c;
 }
 .AnyTagClassName
 {
   color: #afb04c;
 }
</style>
background-color css

<style>
 a { background-color: #afb04c; }

 a { background-color: rgb(175,176,76); }

 div.DivClassName
 {
   background-color: #afb04c;
 }
 .BgClassName
 {
   background-color: #afb04c;
 }
</style>
border-color css

<style>
 span { border-color: #afb04c; }

 span { border-color: rgb(175,176,76); }

 td.TdClassName
 {
   border-color: #afb04c;
 }
 .TagClassName
 {
   border-color: #afb04c;
 }
</style>