#96AB7A

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

Shades of Olivine #96AB7A

Tints of Olivine #96AB7A

Color information

#96AB7A (or 0x96AB7A) is unknown color: approx Olivine. HEX triplet: 96, AB and 7A. RGB value is (150,171,122). Sum of RGB (Red+Green+Blue) = 150+171+122=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB7A is #695485. Grayscale: #9F9F9F. Windows color (decimal): -6902918 or 8039318. OLE color: 8039318.

HSL color Cylindrical-coordinate representation of color #96AB7A: hue angle of 85.71º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96AB7A is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB150171122-
CMYK0.1200.290.33
HSL85.71º22.58%57.45%-
HSV(B)85.71º28.65%67.06%-
XYZ30.6537.0123.94-
YUV159.14107.04121.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=33.86%
G=38.60%
B=27.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501711220.1200.290.3385.7122.5857.45
Hex96AB7AC01D21561739
Octal22625317214035411262771
Binary100101101010101111110101100011101100001101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AB7A; }

 p { color: rgb(150,171,122); }

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

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

 a { background-color: rgb(150,171,122); }

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

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

 span { border-color: rgb(150,171,122); }

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