Html Css Color HEX #AFB864 Olive Green

📋 copy color: '#AFB864'

red 175 ◦ green 184 ◦ blue 100

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

Shades of Olive Green #AFB864

Tints of Olive Green #AFB864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 38.13%
G = 40.09%
B = 21.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#AFB864 (or 0xAFB864) is known color: Olive Green. HEX triplet: AF, B8 and 64. RGB value is (175,184,100). Sum of RGB (Red+Green+Blue) = 175+184+100=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB864 is #50479B. Grayscale: #ACACAC. Windows color (decimal): -5261212 or 6600879. OLE color: 6600879.

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

Color convert

RGB 175 184 100 -
CMYK 0.05 0 0.46 0.28
HSL 66.43º 0.37% 0.56% -
HSV(B) 66.43º 0.46% 0.72% -
XYZ 37.12 44.32 18.65 -
YUV 171.73 87.52 130.33 -
System Red Green Blue C M Y K H S L
Decimal 175 184 100 0.05 0 0.46 0.28 66.43 0.37 0.56
Hex AF B8 64 5 0 2E 1C 42 25 38
Octal 257 270 144 5 0 56 34 102 45 70
Binary 10101111 10111000 1100100 101 0 101110 11100 1000010 100101 111000

Color Harmonies of #AFB864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB864

Black with #AFB864

Text Example


Text Example

White with #AFB864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB864; }

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

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

background-color css

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

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

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

border-color css

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

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

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