#96B765

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

Shades of Olivine #96B765

Tints of Olivine #96B765

Color information

#96B765 (or 0x96B765) is unknown color: approx Olivine. HEX triplet: 96, B7 and 65. RGB value is (150,183,101). Sum of RGB (Red+Green+Blue) = 150+183+101=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 183 - color contains mainly: green. Hex color #96B765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B765 is #69489A. Grayscale: #A4A4A4. Windows color (decimal): -6899867 or 6666134. OLE color: 6666134.

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

Color convert

RGB150183101-
CMYK0.1800.450.28
HSL84.15º36.28%55.69%-
HSV(B)84.15º44.81%71.76%-
XYZ31.8641.2918.6-
YUV163.7892.57118.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 183 (71.88% from 255) = 42.17%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=34.56%
G=42.17%
B=23.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501831010.1800.450.2884.1536.2855.69
Hex96B7651202D1C542438
Octal22626714522055341244470
Binary10010110101101111100101100100101101111001010100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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