Html Css Color HEX #AFB159 Olive Green

📋 copy color: '#AFB159'

red 175 ◦ green 177 ◦ blue 89

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

Shades of Olive Green #AFB159

Tints of Olive Green #AFB159

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.14%

 BLUE value IS 89 (35.16% from 255) = 20.18%

R = 39.68%
G = 40.14%
B = 20.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AFB159 (or 0xAFB159) is known color: Olive Green. HEX triplet: AF, B1 and 59. RGB value is (175,177,89). Sum of RGB (Red+Green+Blue) = 175+177+89=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB159 is #504EA6. Grayscale: #A6A6A6. Windows color (decimal): -5263015 or 5878191. OLE color: 5878191.

HSL color Cylindrical-coordinate representation of color #AFB159: hue angle of 61.36º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFB159 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 177 89 -
CMYK 0.01 0 0.50 0.31
HSL 61.36º 0.36% 0.52% -
HSV(B) 61.36º 0.5% 0.69% -
XYZ 35.2 41.28 15.56 -
YUV 166.37 84.34 134.16 -
System Red Green Blue C M Y K H S L
Decimal 175 177 89 0.01 0 0.50 0.31 61.36 0.36 0.52
Hex AF B1 59 1 0 32 1F 3D 24 34
Octal 257 261 131 1 0 62 37 75 44 64
Binary 10101111 10110001 1011001 1 0 110010 11111 111101 100100 110100

Color Harmonies of #AFB159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB159

Black with #AFB159

Text Example


Text Example

White with #AFB159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB159; }

 p { color: rgb(175,177,89); }

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

background-color css

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

 a { background-color: rgb(175,177,89); }

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

border-color css

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

 span { border-color: rgb(175,177,89); }

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