#95B178

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

Shades of Olivine #95B178

Tints of Olivine #95B178

Color information

#95B178 (or 0x95B178) is unknown color: approx Olivine. HEX triplet: 95, B1 and 78. RGB value is (149,177,120). Sum of RGB (Red+Green+Blue) = 149+177+120=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 177 - color contains mainly: green. Hex color #95B178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95B178 is #6A4E87. Grayscale: #A2A2A2. Windows color (decimal): -6966920 or 7909781. OLE color: 7909781.

HSL color Cylindrical-coordinate representation of color #95B178: hue angle of 89.47º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95B178 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB149177120-
CMYK0.1600.320.31
HSL89.47º26.76%58.24%-
HSV(B)89.47º32.2%69.41%-
XYZ31.5139.1923.67-
YUV162.13104.22118.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 177 (69.53% from 255) = 39.69%
BLUE value IS 120 (47.27% from 255) = 26.91%
R=33.41%
G=39.69%
B=26.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491771200.1600.320.3189.4726.7658.24
Hex95B178100201F591b3a
Octal22526117020040371313372
Binary1001010110110001111100010000010000011111101100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,177,120); }

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

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

 a { background-color: rgb(149,177,120); }

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

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

 span { border-color: rgb(149,177,120); }

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