#96BE7F

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

Shades of Olivine #96BE7F

Tints of Olivine #96BE7F

Color information

#96BE7F (or 0x96BE7F) is unknown color: approx Olivine. HEX triplet: 96, BE and 7F. RGB value is (150,190,127). Sum of RGB (Red+Green+Blue) = 150+190+127=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE7F is #694180. Grayscale: #ABABAB. Windows color (decimal): -6898049 or 8371862. OLE color: 8371862.

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

Color convert

RGB150190127-
CMYK0.2100.330.25
HSL98.1º32.64%62.16%-
HSV(B)98.1º33.16%74.51%-
XYZ34.8244.8426.9-
YUV170.86103.25113.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 127 (50% from 255) = 27.19%
R=32.12%
G=40.69%
B=27.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501901270.2100.330.2598.132.6462.16
Hex96BE7F150211962213e
Octal22627617725041311424176
Binary10010110101111101111111101010100001110011100010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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