#96B767

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

Shades of Olivine #96B767

Tints of Olivine #96B767

Color information

#96B767 (or 0x96B767) is unknown color: approx Olivine. HEX triplet: 96, B7 and 67. RGB value is (150,183,103). Sum of RGB (Red+Green+Blue) = 150+183+103=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 183 - color contains mainly: green. Hex color #96B767 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B767 is #694898. Grayscale: #A4A4A4. Windows color (decimal): -6899865 or 6797206. OLE color: 6797206.

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

Color convert

RGB150183103-
CMYK0.1800.440.28
HSL84.75º35.71%56.08%-
HSV(B)84.75º43.72%71.76%-
XYZ31.9641.3319.13-
YUV164.0193.57118-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 183 (71.88% from 255) = 41.97%
BLUE value IS 103 (40.62% from 255) = 23.62%
R=34.40%
G=41.97%
B=23.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501831030.1800.440.2884.7535.7156.08
Hex96B7671202C1C552438
Octal22626714722054341254470
Binary10010110101101111100111100100101100111001010101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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