#95B475

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

Shades of Olivine #95B475

Tints of Olivine #95B475

Color information

#95B475 (or 0x95B475) is unknown color: approx Olivine. HEX triplet: 95, B4 and 75. RGB value is (149,180,117). Sum of RGB (Red+Green+Blue) = 149+180+117=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #95B475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B475 is #6A4B8A. Grayscale: #A3A3A3. Windows color (decimal): -6966155 or 7713941. OLE color: 7713941.

HSL color Cylindrical-coordinate representation of color #95B475: hue angle of 89.52º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95B475 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB149180117-
CMYK0.1700.350.29
HSL89.52º29.58%58.24%-
HSV(B)89.52º35%70.59%-
XYZ31.9340.3222.93-
YUV163.55101.73117.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=33.41%
G=40.36%
B=26.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491801170.1700.350.2989.5229.5858.24
Hex95B475110231D5a1e3a
Octal22526416521043351323672
Binary1001010110110100111010110001010001111101101101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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