#96AF69

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

Shades of Olivine #96AF69

Tints of Olivine #96AF69

Color information

#96AF69 (or 0x96AF69) is unknown color: approx Olivine. HEX triplet: 96, AF and 69. RGB value is (150,175,105). Sum of RGB (Red+Green+Blue) = 150+175+105=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF69 is #695096. Grayscale: #9F9F9F. Windows color (decimal): -6901911 or 6926230. OLE color: 6926230.

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

Color convert

RGB150175105-
CMYK0.1400.400.31
HSL81.43º30.43%54.9%-
HSV(B)81.43º40%68.63%-
XYZ30.4638.1619.13-
YUV159.5497.22121.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.88%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=34.88%
G=40.70%
B=24.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501751050.1400.400.3181.4330.4354.9
Hex96AF69E0281F511e37
Octal22625715116050371213667
Binary100101101010111111010011110010100011111101000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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