Html Css Color HEX #AFB96C Olive Green

📋 copy color: '#AFB96C'

red 175 ◦ green 185 ◦ blue 108

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

Shades of Olive Green #AFB96C

Tints of Olive Green #AFB96C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.53%

 BLUE value IS 108 (42.58% from 255) = 23.08%

R = 37.39%
G = 39.53%
B = 23.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#AFB96C (or 0xAFB96C) is known color: Olive Green. HEX triplet: AF, B9 and 6C. RGB value is (175,185,108). Sum of RGB (Red+Green+Blue) = 175+185+108=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB96C is #504693. Grayscale: #ADADAD. Windows color (decimal): -5260948 or 7125423. OLE color: 7125423.

HSL color Cylindrical-coordinate representation of color #AFB96C: hue angle of 67.79º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFB96C is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 108 -
CMYK 0.05 0 0.42 0.27
HSL 67.79º 0.35% 0.57% -
HSV(B) 67.79º 0.42% 0.73% -
XYZ 37.73 44.89 20.86 -
YUV 173.23 91.19 129.26 -
System Red Green Blue C M Y K H S L
Decimal 175 185 108 0.05 0 0.42 0.27 67.79 0.35 0.57
Hex AF B9 6C 5 0 2A 1B 44 23 39
Octal 257 271 154 5 0 52 33 104 43 71
Binary 10101111 10111001 1101100 101 0 101010 11011 1000100 100011 111001

Color Harmonies of #AFB96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB96C

Black with #AFB96C

Text Example


Text Example

White with #AFB96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB96C; }

 p { color: rgb(175,185,108); }

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

background-color css

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

 a { background-color: rgb(175,185,108); }

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

border-color css

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

 span { border-color: rgb(175,185,108); }

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