#96B97C

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

Shades of Olivine #96B97C

Tints of Olivine #96B97C

Color information

#96B97C (or 0x96B97C) is unknown color: approx Olivine. HEX triplet: 96, B9 and 7C. RGB value is (150,185,124). Sum of RGB (Red+Green+Blue) = 150+185+124=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #96B97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B97C is #694683. Grayscale: #A7A7A7. Windows color (decimal): -6899332 or 8173974. OLE color: 8173974.

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

Color convert

RGB150185124-
CMYK0.1900.330.27
HSL94.43º30.35%60.59%-
HSV(B)94.43º32.97%72.55%-
XYZ33.5642.6425.53-
YUV167.58103.4115.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.68%
GREEN value IS 185 (72.66% from 255) = 40.31%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=32.68%
G=40.31%
B=27.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501851240.1900.330.2794.4330.3560.59
Hex96B97C130211B5e1e3d
Octal22627117423041331363675
Binary1001011010111001111110010011010000111011101111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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