#96B561

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

Shades of Olivine #96B561

Tints of Olivine #96B561

Color information

#96B561 (or 0x96B561) is unknown color: approx Olivine. HEX triplet: 96, B5 and 61. RGB value is (150,181,97). Sum of RGB (Red+Green+Blue) = 150+181+97=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 181 - color contains mainly: green. Hex color #96B561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B561 is #694A9E. Grayscale: #A2A2A2. Windows color (decimal): -6900383 or 6403478. OLE color: 6403478.

HSL color Cylindrical-coordinate representation of color #96B561: hue angle of 82.14º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96B561 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB15018197-
CMYK0.1700.460.29
HSL82.14º36.21%54.51%-
HSV(B)82.14º46.41%70.98%-
XYZ31.2640.3917.46-
YUV162.1691.23119.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.05%
GREEN value IS 181 (71.09% from 255) = 42.29%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=35.05%
G=42.29%
B=22.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150181970.1700.460.2982.1436.2154.51
Hex96B5611102E1D522437
Octal22626514121056351224467
Binary10010110101101011100001100010101110111011010010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,181,97); }

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

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

 a { background-color: rgb(150,181,97); }

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

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

 span { border-color: rgb(150,181,97); }

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