#96C76F

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

Shades of Olivine #96C76F

Tints of Olivine #96C76F

Color information

#96C76F (or 0x96C76F) is unknown color: approx Olivine. HEX triplet: 96, C7 and 6F. RGB value is (150,199,111). Sum of RGB (Red+Green+Blue) = 150+199+111=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #96C76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C76F is #693890. Grayscale: #AEAEAE. Windows color (decimal): -6895761 or 7325590. OLE color: 7325590.

HSL color Cylindrical-coordinate representation of color #96C76F: hue angle of 93.41º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96C76F is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB150199111-
CMYK0.2500.440.22
HSL93.41º44%60.78%-
HSV(B)93.41º44.22%78.04%-
XYZ35.8748.4822.51-
YUV174.3292.27110.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 199 (78.12% from 255) = 43.26%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=32.61%
G=43.26%
B=24.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501991110.2500.440.2293.414460.78
Hex96C76F1902C165d2c3d
Octal22630715731054261355475
Binary10010110110001111101111110010101100101101011101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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