Html Css Color HEX #AFB666 Olive Green

📋 copy color: '#AFB666'

red 175 ◦ green 182 ◦ blue 102

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

Shades of Olive Green #AFB666

Tints of Olive Green #AFB666

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.65%

 BLUE value IS 102 (40.23% from 255) = 22.22%

R = 38.13%
G = 39.65%
B = 22.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#AFB666 (or 0xAFB666) is known color: Olive Green. HEX triplet: AF, B6 and 66. RGB value is (175,182,102). Sum of RGB (Red+Green+Blue) = 175+182+102=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB666 is #504999. Grayscale: #ABABAB. Windows color (decimal): -5261722 or 6731439. OLE color: 6731439.

HSL color Cylindrical-coordinate representation of color #AFB666: hue angle of 65.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFB666 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 102 -
CMYK 0.04 0 0.44 0.29
HSL 65.25º 0.35% 0.56% -
HSV(B) 65.25º 0.44% 0.71% -
XYZ 36.81 43.53 19.03 -
YUV 170.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 175 182 102 0.04 0 0.44 0.29 65.25 0.35 0.56
Hex AF B6 66 4 0 2C 1D 41 23 38
Octal 257 266 146 4 0 54 35 101 43 70
Binary 10101111 10110110 1100110 100 0 101100 11101 1000001 100011 111000

Color Harmonies of #AFB666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB666

Black with #AFB666

Text Example


Text Example

White with #AFB666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB666; }

 p { color: rgb(175,182,102); }

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

background-color css

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

 a { background-color: rgb(175,182,102); }

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

border-color css

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

 span { border-color: rgb(175,182,102); }

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