#afb35a

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

Shades of Olive Green #AFB35A

Tints of Olive Green #AFB35A

Color information

#AFB35A (or 0xAFB35A) is unknown color: approx Olive Green. HEX triplet: AF, B3 and 5A. RGB value is (175,179,90). Sum of RGB (Red+Green+Blue) = 175+179+90=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB35A is #504CA5. Grayscale: #A8A8A8. Windows color (decimal): -5262502 or 5944239. OLE color: 5944239.

HSL color Cylindrical-coordinate representation of color #AFB35A: hue angle of 62.7º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFB35A is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17517990-
CMYK0.0200.500.30
HSL62.7º36.93%52.75%-
HSV(B)62.7º49.72%70.2%-
XYZ35.6442.0915.92-
YUV167.6684.17133.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 179 (70.31% from 255) = 40.32%
BLUE value IS 90 (35.55% from 255) = 20.27%
R=39.41%
G=40.32%
B=20.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175179900.0200.500.3062.736.9352.75
HexAFB35A20321E3f2535
Octal257263132206236774565
Binary1010111110110011101101010011001011110111111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afb35a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afb35a; }

 p { color: rgb(175,179,90); }

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

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

 a { background-color: rgb(175,179,90); }

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

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

 span { border-color: rgb(175,179,90); }

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