Html Css Color HEX #99AB73 Olivine

📋 copy color: '#99AB73'

red 153 ◦ green 171 ◦ blue 115

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

Shades of Olivine #99AB73

Tints of Olivine #99AB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.2%

R = 34.85%
G = 38.95%
B = 26.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#99AB73 (or 0x99AB73) is known color: Olivine. HEX triplet: 99, AB and 73. RGB value is (153,171,115). Sum of RGB (Red+Green+Blue) = 153+171+115=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AB73 is #66548C. Grayscale: #9F9F9F. Windows color (decimal): -6706317 or 7580569. OLE color: 7580569.

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

Color convert

RGB 153 171 115 -
CMYK 0.11 0 0.33 0.33
HSL 79.29º 0.25% 0.56% -
HSV(B) 79.29º 0.33% 0.67% -
XYZ 30.79 37.14 21.76 -
YUV 159.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 153 171 115 0.11 0 0.33 0.33 79.29 0.25 0.56
Hex 99 AB 73 B 0 21 21 4F 19 38
Octal 231 253 163 13 0 41 41 117 31 70
Binary 10011001 10101011 1110011 1011 0 100001 100001 1001111 11001 111000

Color Harmonies of #99AB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AB73

Black with #99AB73

Text Example


Text Example

White with #99AB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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