#99AB7F

Color #99AB7F Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #99AB7F

Tints of Olivine #99AB7F

Color information

#99AB7F (or 0x99AB7F) is unknown color: approx Olivine. HEX triplet: 99, AB and 7F. RGB value is (153,171,127). Sum of RGB (Red+Green+Blue) = 153+171+127=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AB7F is #665480. Grayscale: #A0A0A0. Windows color (decimal): -6706305 or 8367001. OLE color: 8367001.

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

Color convert

RGB153171127-
CMYK0.1100.260.33
HSL84.55º20.75%58.43%-
HSV(B)84.55º25.73%67.06%-
XYZ31.5337.4325.64-
YUV160.6109.04122.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.92%
GREEN value IS 171 (67.19% from 255) = 37.92%
BLUE value IS 127 (50% from 255) = 28.16%
R=33.92%
G=37.92%
B=28.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531711270.1100.260.3384.5520.7558.43
Hex99AB7FB01A2155153a
Octal23125317713032411252572
Binary100110011010101111111111011011010100001101010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99AB7F;
 }
 .AnyTagClassName
 {
   color: #99AB7F;
 }
</style>
background-color css

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

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

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

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

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

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