#96BF79

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

Shades of Olivine #96BF79

Tints of Olivine #96BF79

Color information

#96BF79 (or 0x96BF79) is unknown color: approx Olivine. HEX triplet: 96, BF and 79. RGB value is (150,191,121). Sum of RGB (Red+Green+Blue) = 150+191+121=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF79 is #694086. Grayscale: #ABABAB. Windows color (decimal): -6897799 or 7978902. OLE color: 7978902.

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

Color convert

RGB150191121-
CMYK0.2100.370.25
HSL95.14º35.35%61.18%-
HSV(B)95.14º36.65%74.9%-
XYZ34.6645.1324.97-
YUV170.7699.92113.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.47%
GREEN value IS 191 (75% from 255) = 41.34%
BLUE value IS 121 (47.66% from 255) = 26.19%
R=32.47%
G=41.34%
B=26.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501911210.2100.370.2595.1435.3561.18
Hex96BF7915025195f233d
Octal22627717125045311374375
Binary10010110101111111111001101010100101110011011111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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