#96B777

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

Shades of Olivine #96B777

Tints of Olivine #96B777

Color information

#96B777 (or 0x96B777) is unknown color: approx Olivine. HEX triplet: 96, B7 and 77. RGB value is (150,183,119). Sum of RGB (Red+Green+Blue) = 150+183+119=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #96B777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B777 is #694888. Grayscale: #A6A6A6. Windows color (decimal): -6899849 or 7845782. OLE color: 7845782.

HSL color Cylindrical-coordinate representation of color #96B777: hue angle of 90.94º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96B777 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB150183119-
CMYK0.1800.350.28
HSL90.94º30.77%59.22%-
HSV(B)90.94º34.97%71.76%-
XYZ32.8441.6823.77-
YUV165.84101.57116.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.19%
GREEN value IS 183 (71.88% from 255) = 40.49%
BLUE value IS 119 (46.88% from 255) = 26.33%
R=33.19%
G=40.49%
B=26.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501831190.1800.350.2890.9430.7759.22
Hex96B777120231C5b1f3b
Octal22626716722043341333773
Binary1001011010110111111011110010010001111100101101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,183,119); }

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

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

 a { background-color: rgb(150,183,119); }

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

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

 span { border-color: rgb(150,183,119); }

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