#95BB73

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

Shades of Olivine #95BB73

Tints of Olivine #95BB73

Color information

#95BB73 (or 0x95BB73) is unknown color: approx Olivine. HEX triplet: 95, BB and 73. RGB value is (149,187,115). Sum of RGB (Red+Green+Blue) = 149+187+115=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BB73 is #6A448C. Grayscale: #A7A7A7. Windows color (decimal): -6964365 or 7584661. OLE color: 7584661.

HSL color Cylindrical-coordinate representation of color #95BB73: hue angle of 91.67º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95BB73 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB149187115-
CMYK0.2000.390.27
HSL91.67º34.62%59.22%-
HSV(B)91.67º38.5%73.33%-
XYZ33.2643.1722.8-
YUV167.4398.41114.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=33.04%
G=41.46%
B=25.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491871150.2000.390.2791.6734.6259.22
Hex95BB73140271B5c233b
Octal22527316324047331344373
Binary10010101101110111110011101000100111110111011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,187,115); }

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

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

 a { background-color: rgb(149,187,115); }

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

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

 span { border-color: rgb(149,187,115); }

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