Html Css Color HEX #AFB860 Olive Green

📋 copy color: '#AFB860'

red 175 ◦ green 184 ◦ blue 96

#AFB860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #AFB860

Tints of Olive Green #AFB860

RGB

 RED value IS 175 (68.75% from 255) = 38.46%

 GREEN value IS 184 (72.27% from 255) = 40.44%

 BLUE value IS 96 (37.89% from 255) = 21.1%

R = 38.46%
G = 40.44%
B = 21.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#AFB860 (or 0xAFB860) is known color: Olive Green. HEX triplet: AF, B8 and 60. RGB value is (175,184,96). Sum of RGB (Red+Green+Blue) = 175+184+96=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB860 is #50479F. Grayscale: #ABABAB. Windows color (decimal): -5261216 or 6338735. OLE color: 6338735.

HSL color Cylindrical-coordinate representation of color #AFB860: hue angle of 66.14º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFB860 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 96 -
CMYK 0.05 0 0.48 0.28
HSL 66.14º 0.38% 0.55% -
HSV(B) 66.14º 0.48% 0.72% -
XYZ 36.93 44.24 17.66 -
YUV 171.28 85.52 130.66 -
System Red Green Blue C M Y K H S L
Decimal 175 184 96 0.05 0 0.48 0.28 66.14 0.38 0.55
Hex AF B8 60 5 0 30 1C 42 26 37
Octal 257 270 140 5 0 60 34 102 46 67
Binary 10101111 10111000 1100000 101 0 110000 11100 1000010 100110 110111

Color Harmonies of #AFB860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB860

Black with #AFB860

Text Example


Text Example

White with #AFB860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB860; }

 p { color: rgb(175,184,96); }

 H1.HeaderClassName
 {
   color: #AFB860;
 }
 .AnyTagClassName
 {
   color: #AFB860;
 }
</style>

background-color css

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

 a { background-color: rgb(175,184,96); }

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

border-color css

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

 span { border-color: rgb(175,184,96); }

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