Html Css Color HEX #AFB865 Olive Green

📋 copy color: '#AFB865'

red 175 ◦ green 184 ◦ blue 101

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

Shades of Olive Green #AFB865

Tints of Olive Green #AFB865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 38.04%
G = 40%
B = 21.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#AFB865 (or 0xAFB865) is known color: Olive Green. HEX triplet: AF, B8 and 65. RGB value is (175,184,101). Sum of RGB (Red+Green+Blue) = 175+184+101=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB865 is #50479A. Grayscale: #ACACAC. Windows color (decimal): -5261211 or 6666415. OLE color: 6666415.

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

Color convert

RGB 175 184 101 -
CMYK 0.05 0 0.45 0.28
HSL 66.51º 0.37% 0.56% -
HSV(B) 66.51º 0.45% 0.72% -
XYZ 37.17 44.33 18.91 -
YUV 171.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 175 184 101 0.05 0 0.45 0.28 66.51 0.37 0.56
Hex AF B8 65 5 0 2D 1C 43 25 38
Octal 257 270 145 5 0 55 34 103 45 70
Binary 10101111 10111000 1100101 101 0 101101 11100 1000011 100101 111000

Color Harmonies of #AFB865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB865

Black with #AFB865

Text Example


Text Example

White with #AFB865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB865; }

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

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

background-color css

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

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

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

border-color css

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

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

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