#96B680

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

Shades of Olivine #96B680

Tints of Olivine #96B680

Color information

#96B680 (or 0x96B680) is unknown color: approx Olivine. HEX triplet: 96, B6 and 80. RGB value is (150,182,128). Sum of RGB (Red+Green+Blue) = 150+182+128=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 182 - color contains mainly: green. Hex color #96B680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B680 is #69497F. Grayscale: #A6A6A6. Windows color (decimal): -6900096 or 8435350. OLE color: 8435350.

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

Color convert

RGB150182128-
CMYK0.1800.300.29
HSL95.56º27%60.78%-
HSV(B)95.56º29.67%71.37%-
XYZ33.241.526.68-
YUV166.28106.4116.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 182 (71.48% from 255) = 39.57%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=32.61%
G=39.57%
B=27.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501821280.1800.300.2995.562760.78
Hex96B6801201E1D601b3d
Octal22626620022036351403375
Binary1001011010110110100000001001001111011101110000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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