#96B760

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

Shades of Olivine #96B760

Tints of Olivine #96B760

Color information

#96B760 (or 0x96B760) is unknown color: approx Olivine. HEX triplet: 96, B7 and 60. RGB value is (150,183,96). Sum of RGB (Red+Green+Blue) = 150+183+96=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #96B760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B760 is #69489F. Grayscale: #A3A3A3. Windows color (decimal): -6899872 or 6338454. OLE color: 6338454.

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

Color convert

RGB15018396-
CMYK0.1800.480.28
HSL82.76º37.66%54.71%-
HSV(B)82.76º47.54%71.76%-
XYZ31.6241.217.35-
YUV163.2190.07118.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=34.97%
G=42.66%
B=22.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150183960.1800.480.2882.7637.6654.71
Hex96B760120301C532637
Octal22626714022060341234667
Binary10010110101101111100000100100110000111001010011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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