#96B681

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

Shades of Olivine #96B681

Tints of Olivine #96B681

Color information

#96B681 (or 0x96B681) is unknown color: approx Olivine. HEX triplet: 96, B6 and 81. RGB value is (150,182,129). Sum of RGB (Red+Green+Blue) = 150+182+129=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 182 - color contains mainly: green. Hex color #96B681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B681 is #69497E. Grayscale: #A6A6A6. Windows color (decimal): -6900095 or 8500886. OLE color: 8500886.

HSL color Cylindrical-coordinate representation of color #96B681: hue angle of 96.23º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96B681 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB150182129-
CMYK0.1800.290.29
HSL96.23º26.63%60.98%-
HSV(B)96.23º29.12%71.37%-
XYZ33.2741.5227.03-
YUV166.39106.9116.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 182 (71.48% from 255) = 39.48%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=32.54%
G=39.48%
B=27.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501821290.1800.290.2996.2326.6360.98
Hex96B6811201D1D601b3d
Octal22626620122035351403375
Binary1001011010110110100000011001001110111101110000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,182,129); }

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

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

 a { background-color: rgb(150,182,129); }

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

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

 span { border-color: rgb(150,182,129); }

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