#96B67F

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

Shades of Olivine #96B67F

Tints of Olivine #96B67F

Color information

#96B67F (or 0x96B67F) is unknown color: approx Olivine. HEX triplet: 96, B6 and 7F. RGB value is (150,182,127). Sum of RGB (Red+Green+Blue) = 150+182+127=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #96B67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B67F is #694980. Grayscale: #A6A6A6. Windows color (decimal): -6900097 or 8369814. OLE color: 8369814.

HSL color Cylindrical-coordinate representation of color #96B67F: hue angle of 94.91º 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 #96B67F is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB150182127-
CMYK0.1800.300.29
HSL94.91º27.36%60.59%-
HSV(B)94.91º30.22%71.37%-
XYZ33.1441.4726.34-
YUV166.16105.9116.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.68%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 127 (50% from 255) = 27.67%
R=32.68%
G=39.65%
B=27.67%

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
Decimal1501821270.1800.300.2994.9127.3660.59
Hex96B67F1201E1D5f1b3d
Octal22626617722036351373375
Binary100101101011011011111111001001111011101101111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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