#96BC7E

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

Shades of Olivine #96BC7E

Tints of Olivine #96BC7E

Color information

#96BC7E (or 0x96BC7E) is unknown color: approx Olivine. HEX triplet: 96, BC and 7E. RGB value is (150,188,126). Sum of RGB (Red+Green+Blue) = 150+188+126=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC7E is #694381. Grayscale: #A9A9A9. Windows color (decimal): -6898562 or 8305814. OLE color: 8305814.

HSL color Cylindrical-coordinate representation of color #96BC7E: hue angle of 96.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96BC7E is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB150188126-
CMYK0.2000.330.26
HSL96.77º31.63%61.57%-
HSV(B)96.77º32.98%73.73%-
XYZ34.3343.9626.41-
YUV169.57103.41114.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 126 (49.61% from 255) = 27.16%
R=32.33%
G=40.52%
B=27.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501881260.2000.330.2696.7731.6361.57
Hex96BC7E140211A61203e
Octal22627417624041321414076
Binary10010110101111001111110101000100001110101100001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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