#95B770

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

Shades of Olivine #95B770

Tints of Olivine #95B770

Color information

#95B770 (or 0x95B770) is unknown color: approx Olivine. HEX triplet: 95, B7 and 70. RGB value is (149,183,112). Sum of RGB (Red+Green+Blue) = 149+183+112=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #95B770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B770 is #6A488F. Grayscale: #A4A4A4. Windows color (decimal): -6965392 or 7387029. OLE color: 7387029.

HSL color Cylindrical-coordinate representation of color #95B770: hue angle of 88.73º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95B770 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB149183112-
CMYK0.1900.390.28
HSL88.73º33.02%57.84%-
HSV(B)88.73º38.8%71.76%-
XYZ32.2541.4321.63-
YUV164.7498.24116.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.56%
GREEN value IS 183 (71.88% from 255) = 41.22%
BLUE value IS 112 (44.14% from 255) = 25.23%
R=33.56%
G=41.22%
B=25.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491831120.1900.390.2888.7333.0257.84
Hex95B770130271C59213a
Octal22526716023047341314172
Binary10010101101101111110000100110100111111001011001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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