#96AF67

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

Shades of Olivine #96AF67

Tints of Olivine #96AF67

Color information

#96AF67 (or 0x96AF67) is unknown color: approx Olivine. HEX triplet: 96, AF and 67. RGB value is (150,175,103). Sum of RGB (Red+Green+Blue) = 150+175+103=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF67 is #695098. Grayscale: #9F9F9F. Windows color (decimal): -6901913 or 6795158. OLE color: 6795158.

HSL color Cylindrical-coordinate representation of color #96AF67: hue angle of 80.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96AF67 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB150175103-
CMYK0.1400.410.31
HSL80.83º31.03%54.51%-
HSV(B)80.83º41.14%68.63%-
XYZ30.3638.1218.59-
YUV159.3296.22121.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.05%
GREEN value IS 175 (68.75% from 255) = 40.89%
BLUE value IS 103 (40.62% from 255) = 24.07%
R=35.05%
G=40.89%
B=24.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501751030.1400.410.3180.8331.0354.51
Hex96AF67E0291F511f37
Octal22625714716051371213767
Binary100101101010111111001111110010100111111101000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,175,103); }

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

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

 a { background-color: rgb(150,175,103); }

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

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

 span { border-color: rgb(150,175,103); }

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