Html Css Color HEX #AFB868 Olive Green

📋 copy color: '#AFB868'

red 175 ◦ green 184 ◦ blue 104

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

Shades of Olive Green #AFB868

Tints of Olive Green #AFB868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.46%

R = 37.8%
G = 39.74%
B = 22.46%

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

#AFB868 (or 0xAFB868) is known color: Olive Green. HEX triplet: AF, B8 and 68. RGB value is (175,184,104). Sum of RGB (Red+Green+Blue) = 175+184+104=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB868 is #504797. Grayscale: #ACACAC. Windows color (decimal): -5261208 or 6863023. OLE color: 6863023.

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

Color convert

RGB 175 184 104 -
CMYK 0.05 0 0.43 0.28
HSL 66.75º 0.36% 0.56% -
HSV(B) 66.75º 0.43% 0.72% -
XYZ 37.32 44.39 19.7 -
YUV 172.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 175 184 104 0.05 0 0.43 0.28 66.75 0.36 0.56
Hex AF B8 68 5 0 2B 1C 43 24 38
Octal 257 270 150 5 0 53 34 103 44 70
Binary 10101111 10111000 1101000 101 0 101011 11100 1000011 100100 111000

Color Harmonies of #AFB868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB868

Black with #AFB868

Text Example


Text Example

White with #AFB868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB868; }

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

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

background-color css

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

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

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

border-color css

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

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

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