#AFBB6B

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

Shades of Olive Green #AFBB6B

Tints of Olive Green #AFBB6B

Color information

#AFBB6B (or 0xAFBB6B) is unknown color: approx Olive Green. HEX triplet: AF, BB and 6B. RGB value is (175,187,107). Sum of RGB (Red+Green+Blue) = 175+187+107=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB6B is #504494. Grayscale: #AEAEAE. Windows color (decimal): -5260437 or 7060399. OLE color: 7060399.

HSL color Cylindrical-coordinate representation of color #AFBB6B: hue angle of 69º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFBB6B is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB175187107-
CMYK0.0600.430.27
HSL69º37.04%57.65%-
HSV(B)69º42.78%73.33%-
XYZ38.145.7220.73-
YUV174.2990.02128.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 187 (73.44% from 255) = 39.87%
BLUE value IS 107 (42.19% from 255) = 22.81%
R=37.31%
G=39.87%
B=22.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871070.0600.430.276937.0457.65
HexAFBB6B602B1B45253a
Octal2572731536053331054572
Binary101011111011101111010111100101011110111000101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB6B; }

 p { color: rgb(175,187,107); }

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

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

 a { background-color: rgb(175,187,107); }

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

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

 span { border-color: rgb(175,187,107); }

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