#95AA70

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

Shades of Olivine #95AA70

Tints of Olivine #95AA70

Color information

#95AA70 (or 0x95AA70) is unknown color: approx Olivine. HEX triplet: 95, AA and 70. RGB value is (149,170,112). Sum of RGB (Red+Green+Blue) = 149+170+112=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AA70 is #6A558F. Grayscale: #9D9D9D. Windows color (decimal): -6968720 or 7383701. OLE color: 7383701.

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

Color convert

RGB149170112-
CMYK0.1200.340.33
HSL81.72º25.44%55.29%-
HSV(B)81.72º34.12%66.67%-
XYZ29.6936.3120.77-
YUV157.11102.54122.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=34.57%
G=39.44%
B=25.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491701120.1200.340.3381.7225.4455.29
Hex95AA70C02221521937
Octal22525216014042411223167
Binary1001010110101010111000011000100010100001101001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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