#96CE6F

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

Shades of Olivine #96CE6F

Tints of Olivine #96CE6F

Color information

#96CE6F (or 0x96CE6F) is unknown color: approx Olivine. HEX triplet: 96, CE and 6F. RGB value is (150,206,111). Sum of RGB (Red+Green+Blue) = 150+206+111=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CE6F is #693190. Grayscale: #B2B2B2. Windows color (decimal): -6893969 or 7327382. OLE color: 7327382.

HSL color Cylindrical-coordinate representation of color #96CE6F: hue angle of 95.37º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96CE6F is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB150206111-
CMYK0.2700.460.19
HSL95.37º49.22%62.16%-
HSV(B)95.37º46.12%80.78%-
XYZ37.5251.7723.05-
YUV178.4389.95107.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 206 (80.86% from 255) = 44.11%
BLUE value IS 111 (43.75% from 255) = 23.77%
R=32.12%
G=44.11%
B=23.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061110.2700.460.1995.3749.2262.16
Hex96CE6F1B02E135f313e
Octal22631615733056231376176
Binary10010110110011101101111110110101110100111011111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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