#96B465

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

Shades of Olivine #96B465

Tints of Olivine #96B465

Color information

#96B465 (or 0x96B465) is unknown color: approx Olivine. HEX triplet: 96, B4 and 65. RGB value is (150,180,101). Sum of RGB (Red+Green+Blue) = 150+180+101=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #96B465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B465 is #694B9A. Grayscale: #A2A2A2. Windows color (decimal): -6900635 or 6665366. OLE color: 6665366.

HSL color Cylindrical-coordinate representation of color #96B465: hue angle of 82.78º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96B465 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB150180101-
CMYK0.1700.440.29
HSL82.78º34.5%55.1%-
HSV(B)82.78º43.89%70.59%-
XYZ31.2540.0718.4-
YUV162.0293.56119.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.80%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 101 (39.84% from 255) = 23.43%
R=34.80%
G=41.76%
B=23.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501801010.1700.440.2982.7834.555.1
Hex96B4651102C1D532237
Octal22626414521054351234267
Binary10010110101101001100101100010101100111011010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,180,101); }

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

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

 a { background-color: rgb(150,180,101); }

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

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

 span { border-color: rgb(150,180,101); }

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