#96b960

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

Shades of Olivine #96B960

Tints of Olivine #96B960

Color information

#96B960 (or 0x96B960) is unknown color: approx Olivine. HEX triplet: 96, B9 and 60. RGB value is (150,185,96). Sum of RGB (Red+Green+Blue) = 150+185+96=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #96B960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B960 is #69469F. Grayscale: #A4A4A4. Windows color (decimal): -6899360 or 6338966. OLE color: 6338966.

HSL color Cylindrical-coordinate representation of color #96B960: hue angle of 83.6º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96B960 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB15018596-
CMYK0.1900.480.27
HSL83.6º38.86%55.1%-
HSV(B)83.6º48.11%72.55%-
XYZ32.0442.0317.49-
YUV164.3989.4117.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.80%
GREEN value IS 185 (72.66% from 255) = 42.92%
BLUE value IS 96 (37.89% from 255) = 22.27%
R=34.80%
G=42.92%
B=22.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150185960.1900.480.2783.638.8655.1
Hex96B960130301B542737
Octal22627114023060331244767
Binary10010110101110011100000100110110000110111010100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96b960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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