#AFB06A

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

Shades of Olive Green #AFB06A

Tints of Olive Green #AFB06A

Color information

#AFB06A (or 0xAFB06A) is unknown color: approx Olive Green. HEX triplet: AF, B0 and 6A. RGB value is (175,176,106). Sum of RGB (Red+Green+Blue) = 175+176+106=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB06A is #504F95. Grayscale: #A7A7A7. Windows color (decimal): -5263254 or 6992047. OLE color: 6992047.

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

Color convert

RGB175176106-
CMYK0.0100.400.31
HSL60.86º30.7%55.29%-
HSV(B)60.86º39.77%69.02%-
XYZ35.8141.2119.7-
YUV167.7293.17133.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 176 (69.14% from 255) = 38.51%
BLUE value IS 106 (41.80% from 255) = 23.19%
R=38.29%
G=38.51%
B=23.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751761060.0100.400.3160.8630.755.29
HexAFB06A10281F3d1f37
Octal257260152105037753767
Binary10101111101100001101010101010001111111110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB06A; }

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

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

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

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

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

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

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

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