#95AA81

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

Shades of Olivine #95AA81

Tints of Olivine #95AA81

Color information

#95AA81 (or 0x95AA81) is unknown color: approx Olivine. HEX triplet: 95, AA and 81. RGB value is (149,170,129). Sum of RGB (Red+Green+Blue) = 149+170+129=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AA81 is #6A557E. Grayscale: #9F9F9F. Windows color (decimal): -6968703 or 8497813. OLE color: 8497813.

HSL color Cylindrical-coordinate representation of color #95AA81: hue angle of 90.73º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95AA81 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB149170129-
CMYK0.1200.240.33
HSL90.73º19.43%58.63%-
HSV(B)90.73º24.12%66.67%-
XYZ30.7336.7226.24-
YUV159.05111.04120.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 129 (50.78% from 255) = 28.79%
R=33.26%
G=37.95%
B=28.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491701290.1200.240.3390.7319.4358.63
Hex95AA81C018215b133b
Octal22525220114030411332373
Binary1001010110101010100000011100011000100001101101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AA81; }

 p { color: rgb(149,170,129); }

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

<style>
 a { background-color: #95AA81; }

 a { background-color: rgb(149,170,129); }

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

<style>
 span { border-color: #95AA81; }

 span { border-color: rgb(149,170,129); }

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