#95BC75

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

Shades of Olivine #95BC75

Tints of Olivine #95BC75

Color information

#95BC75 (or 0x95BC75) is unknown color: approx Olivine. HEX triplet: 95, BC and 75. RGB value is (149,188,117). Sum of RGB (Red+Green+Blue) = 149+188+117=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BC75 is #6A438A. Grayscale: #A8A8A8. Windows color (decimal): -6964107 or 7715989. OLE color: 7715989.

HSL color Cylindrical-coordinate representation of color #95BC75: hue angle of 92.96º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95BC75 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB149188117-
CMYK0.2100.380.26
HSL92.96º34.63%59.8%-
HSV(B)92.96º37.77%73.73%-
XYZ33.5943.6423.48-
YUV168.2499.08114.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=32.82%
G=41.41%
B=25.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491881170.2100.380.2692.9634.6359.8
Hex95BC75150261A5d233c
Octal22527416525046321354374
Binary10010101101111001110101101010100110110101011101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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