#95B676

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

Shades of Olivine #95B676

Tints of Olivine #95B676

Color information

#95B676 (or 0x95B676) is unknown color: approx Olivine. HEX triplet: 95, B6 and 76. RGB value is (149,182,118). Sum of RGB (Red+Green+Blue) = 149+182+118=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 182 - color contains mainly: green. Hex color #95B676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B676 is #6A4989. Grayscale: #A5A5A5. Windows color (decimal): -6965642 or 7779989. OLE color: 7779989.

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

Color convert

RGB149182118-
CMYK0.1800.350.29
HSL90.94º30.48%58.82%-
HSV(B)90.94º35.16%71.37%-
XYZ32.3941.1523.38-
YUV164.84101.57116.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 182 (71.48% from 255) = 40.53%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=33.18%
G=40.53%
B=26.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491821180.1800.350.2990.9430.4858.82
Hex95B676120231D5b1e3b
Octal22526616622043351333673
Binary1001010110110110111011010010010001111101101101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,182,118); }

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

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

 a { background-color: rgb(149,182,118); }

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

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

 span { border-color: rgb(149,182,118); }

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