#96B778

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

Shades of Olivine #96B778

Tints of Olivine #96B778

Color information

#96B778 (or 0x96B778) is unknown color: approx Olivine. HEX triplet: 96, B7 and 78. RGB value is (150,183,120). Sum of RGB (Red+Green+Blue) = 150+183+120=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #96B778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B778 is #694887. Grayscale: #A6A6A6. Windows color (decimal): -6899848 or 7911318. OLE color: 7911318.

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

Color convert

RGB150183120-
CMYK0.1800.340.28
HSL91.43º30.43%59.41%-
HSV(B)91.43º34.43%71.76%-
XYZ32.941.7124.09-
YUV165.95102.07116.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=33.11%
G=40.40%
B=26.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501831200.1800.340.2891.4330.4359.41
Hex96B778120221C5b1e3b
Octal22626717022042341333673
Binary1001011010110111111100010010010001011100101101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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