#96BD6F

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

Shades of Olivine #96BD6F

Tints of Olivine #96BD6F

Color information

#96BD6F (or 0x96BD6F) is unknown color: approx Olivine. HEX triplet: 96, BD and 6F. RGB value is (150,189,111). Sum of RGB (Red+Green+Blue) = 150+189+111=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BD6F is #694290. Grayscale: #A8A8A8. Windows color (decimal): -6898321 or 7323030. OLE color: 7323030.

HSL color Cylindrical-coordinate representation of color #96BD6F: hue angle of 90º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96BD6F is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB150189111-
CMYK0.2100.410.26
HSL90º37.14%58.82%-
HSV(B)90º41.27%74.12%-
XYZ33.6444.0321.76-
YUV168.4595.58114.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 42%
BLUE value IS 111 (43.75% from 255) = 24.67%
R=33.33%
G=42%
B=24.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501891110.2100.410.269037.1458.82
Hex96BD6F150291A5a253b
Octal22627515725051321324573
Binary10010110101111011101111101010101001110101011010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,189,111); }

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

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

 a { background-color: rgb(150,189,111); }

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

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

 span { border-color: rgb(150,189,111); }

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