#96B47E

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

Shades of Olivine #96B47E

Tints of Olivine #96B47E

Color information

#96B47E (or 0x96B47E) is unknown color: approx Olivine. HEX triplet: 96, B4 and 7E. RGB value is (150,180,126). Sum of RGB (Red+Green+Blue) = 150+180+126=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #96B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B47E is #694B81. Grayscale: #A5A5A5. Windows color (decimal): -6900610 or 8303766. OLE color: 8303766.

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

Color convert

RGB150180126-
CMYK0.1700.30.29
HSL93.33º26.47%60%-
HSV(B)93.33º30%70.59%-
XYZ32.6640.6325.86-
YUV164.87106.06117.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.89%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 126 (49.61% from 255) = 27.63%
R=32.89%
G=39.47%
B=27.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501801260.1700.30.2993.3326.4760
Hex96B47E1101E1D5d1a3c
Octal22626417621036351353274
Binary100101101011010011111101000101111011101101110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,180,126); }

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

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

 a { background-color: rgb(150,180,126); }

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

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

 span { border-color: rgb(150,180,126); }

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