Html Css Color HEX #99AB71 Olivine

📋 copy color: '#99AB71'

red 153 ◦ green 171 ◦ blue 113

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

Shades of Olivine #99AB71

Tints of Olivine #99AB71

RGB

 RED value IS 153 (60.16% from 255) = 35.01%

 GREEN value IS 171 (67.19% from 255) = 39.13%

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 35.01%
G = 39.13%
B = 25.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#99AB71 (or 0x99AB71) is known color: Olivine. HEX triplet: 99, AB and 71. RGB value is (153,171,113). Sum of RGB (Red+Green+Blue) = 153+171+113=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AB71 is #66548E. Grayscale: #9F9F9F. Windows color (decimal): -6706319 or 7449497. OLE color: 7449497.

HSL color Cylindrical-coordinate representation of color #99AB71: hue angle of 78.62º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99AB71 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 171 113 -
CMYK 0.11 0 0.34 0.33
HSL 78.62º 0.26% 0.56% -
HSV(B) 78.62º 0.34% 0.67% -
XYZ 30.68 37.09 21.16 -
YUV 159.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 153 171 113 0.11 0 0.34 0.33 78.62 0.26 0.56
Hex 99 AB 71 B 0 22 21 4F 1A 38
Octal 231 253 161 13 0 42 41 117 32 70
Binary 10011001 10101011 1110001 1011 0 100010 100001 1001111 11010 111000

Color Harmonies of #99AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AB71

Black with #99AB71

Text Example


Text Example

White with #99AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AB71; }

 p { color: rgb(153,171,113); }

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

background-color css

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

 a { background-color: rgb(153,171,113); }

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

border-color css

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

 span { border-color: rgb(153,171,113); }

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