#AFB04F

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

Shades of Olive Green #AFB04F

Tints of Olive Green #AFB04F

Color information

#AFB04F (or 0xAFB04F) is unknown color: approx Olive Green. HEX triplet: AF, B0 and 4F. RGB value is (175,176,79). Sum of RGB (Red+Green+Blue) = 175+176+79=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB04F is #504FB0. Grayscale: #A5A5A5. Windows color (decimal): -5263281 or 5222575. OLE color: 5222575.

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

Color convert

RGB17517679-
CMYK0.0100.550.31
HSL60.62º38.04%50%-
HSV(B)60.62º55.11%69.02%-
XYZ34.6240.7313.43-
YUV164.6479.67135.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 79 (31.25% from 255) = 18.37%
R=40.70%
G=40.93%
B=18.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175176790.0100.550.3160.6238.0450
HexAFB04F10371F3d2632
Octal257260117106737754662
Binary101011111011000010011111011011111111111101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB04F; }

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

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

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

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

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

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

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

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