#95B777

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

Shades of Olivine #95B777

Tints of Olivine #95B777

Color information

#95B777 (or 0x95B777) is unknown color: approx Olivine. HEX triplet: 95, B7 and 77. RGB value is (149,183,119). Sum of RGB (Red+Green+Blue) = 149+183+119=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #95B777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B777 is #6A4888. Grayscale: #A5A5A5. Windows color (decimal): -6965385 or 7845781. OLE color: 7845781.

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

Color convert

RGB149183119-
CMYK0.1900.350.28
HSL91.87º30.77%59.22%-
HSV(B)91.87º34.97%71.76%-
XYZ32.6641.5923.76-
YUV165.54101.74116.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 183 (71.88% from 255) = 40.58%
BLUE value IS 119 (46.88% from 255) = 26.39%
R=33.04%
G=40.58%
B=26.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491831190.1900.350.2891.8730.7759.22
Hex95B777130231C5c1f3b
Octal22526716723043341343773
Binary1001010110110111111011110011010001111100101110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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