#96BF7C

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

Shades of Olivine #96BF7C

Tints of Olivine #96BF7C

Color information

#96BF7C (or 0x96BF7C) is unknown color: approx Olivine. HEX triplet: 96, BF and 7C. RGB value is (150,191,124). Sum of RGB (Red+Green+Blue) = 150+191+124=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF7C is #694083. Grayscale: #ABABAB. Windows color (decimal): -6897796 or 8175510. OLE color: 8175510.

HSL color Cylindrical-coordinate representation of color #96BF7C: hue angle of 96.72º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96BF7C is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB150191124-
CMYK0.2100.350.25
HSL96.72º34.36%61.76%-
HSV(B)96.72º35.08%74.9%-
XYZ34.8545.225.96-
YUV171.1101.42112.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 124 (48.83% from 255) = 26.67%
R=32.26%
G=41.08%
B=26.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501911240.2100.350.2596.7234.3661.76
Hex96BF7C150231961223e
Octal22627717425043311414276
Binary10010110101111111111100101010100011110011100001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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