#96BC7F

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

Shades of Olivine #96BC7F

Tints of Olivine #96BC7F

Color information

#96BC7F (or 0x96BC7F) is unknown color: approx Olivine. HEX triplet: 96, BC and 7F. RGB value is (150,188,127). Sum of RGB (Red+Green+Blue) = 150+188+127=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC7F is #694380. Grayscale: #A9A9A9. Windows color (decimal): -6898561 or 8371350. OLE color: 8371350.

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

Color convert

RGB150188127-
CMYK0.2000.320.26
HSL97.38º31.28%61.76%-
HSV(B)97.38º32.45%73.73%-
XYZ34.3943.9826.76-
YUV169.68103.91113.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 127 (50% from 255) = 27.31%
R=32.26%
G=40.43%
B=27.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501881270.2000.320.2697.3831.2861.76
Hex96BC7F140201A611f3e
Octal22627417724040321413776
Binary1001011010111100111111110100010000011010110000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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