#96AF68

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

Shades of Olivine #96AF68

Tints of Olivine #96AF68

Color information

#96AF68 (or 0x96AF68) is unknown color: approx Olivine. HEX triplet: 96, AF and 68. RGB value is (150,175,104). Sum of RGB (Red+Green+Blue) = 150+175+104=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF68 is #695097. Grayscale: #9F9F9F. Windows color (decimal): -6901912 or 6860694. OLE color: 6860694.

HSL color Cylindrical-coordinate representation of color #96AF68: hue angle of 81.13º 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 #96AF68 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB150175104-
CMYK0.1400.410.31
HSL81.13º30.74%54.71%-
HSV(B)81.13º40.57%68.63%-
XYZ30.4138.1418.86-
YUV159.4396.72121.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=34.97%
G=40.79%
B=24.24%

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
Decimal1501751040.1400.410.3181.1330.7454.71
Hex96AF68E0291F511f37
Octal22625715016051371213767
Binary100101101010111111010001110010100111111101000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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