Html Css Color HEX #AFB869 Olive Green

📋 copy color: '#AFB869'

red 175 ◦ green 184 ◦ blue 105

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

Shades of Olive Green #AFB869

Tints of Olive Green #AFB869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.63%

R = 37.72%
G = 39.66%
B = 22.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#AFB869 (or 0xAFB869) is known color: Olive Green. HEX triplet: AF, B8 and 69. RGB value is (175,184,105). Sum of RGB (Red+Green+Blue) = 175+184+105=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB869 is #504796. Grayscale: #ACACAC. Windows color (decimal): -5261207 or 6928559. OLE color: 6928559.

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

Color convert

RGB 175 184 105 -
CMYK 0.05 0 0.43 0.28
HSL 66.84º 0.36% 0.57% -
HSV(B) 66.84º 0.43% 0.72% -
XYZ 37.37 44.41 19.97 -
YUV 172.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 175 184 105 0.05 0 0.43 0.28 66.84 0.36 0.57
Hex AF B8 69 5 0 2B 1C 43 24 39
Octal 257 270 151 5 0 53 34 103 44 71
Binary 10101111 10111000 1101001 101 0 101011 11100 1000011 100100 111001

Color Harmonies of #AFB869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB869

Black with #AFB869

Text Example


Text Example

White with #AFB869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB869; }

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

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

background-color css

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

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

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

border-color css

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

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

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