Html Css Color HEX #AFB867 Olive Green

📋 copy color: '#AFB867'

red 175 ◦ green 184 ◦ blue 103

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

Shades of Olive Green #AFB867

Tints of Olive Green #AFB867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.29%

R = 37.88%
G = 39.83%
B = 22.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#AFB867 (or 0xAFB867) is known color: Olive Green. HEX triplet: AF, B8 and 67. RGB value is (175,184,103). Sum of RGB (Red+Green+Blue) = 175+184+103=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB867 is #504798. Grayscale: #ACACAC. Windows color (decimal): -5261209 or 6797487. OLE color: 6797487.

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

Color convert

RGB 175 184 103 -
CMYK 0.05 0 0.44 0.28
HSL 66.67º 0.36% 0.56% -
HSV(B) 66.67º 0.44% 0.72% -
XYZ 37.27 44.37 19.43 -
YUV 172.08 89.02 130.09 -
System Red Green Blue C M Y K H S L
Decimal 175 184 103 0.05 0 0.44 0.28 66.67 0.36 0.56
Hex AF B8 67 5 0 2C 1C 43 24 38
Octal 257 270 147 5 0 54 34 103 44 70
Binary 10101111 10111000 1100111 101 0 101100 11100 1000011 100100 111000

Color Harmonies of #AFB867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB867

Black with #AFB867

Text Example


Text Example

White with #AFB867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB867; }

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

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

background-color css

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

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

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

border-color css

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

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

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