#95B775

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

Shades of Olivine #95B775

Tints of Olivine #95B775

Color information

#95B775 (or 0x95B775) is unknown color: approx Olivine. HEX triplet: 95, B7 and 75. RGB value is (149,183,117). Sum of RGB (Red+Green+Blue) = 149+183+117=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #95B775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B775 is #6A488A. Grayscale: #A5A5A5. Windows color (decimal): -6965387 or 7714709. OLE color: 7714709.

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

Color convert

RGB149183117-
CMYK0.1900.360.28
HSL90.91º31.43%58.82%-
HSV(B)90.91º36.07%71.76%-
XYZ32.5441.5423.13-
YUV165.31100.74116.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 183 (71.88% from 255) = 40.76%
BLUE value IS 117 (46.09% from 255) = 26.06%
R=33.18%
G=40.76%
B=26.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491831170.1900.360.2890.9131.4358.82
Hex95B775130241C5b1f3b
Octal22526716523044341333773
Binary1001010110110111111010110011010010011100101101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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