#95BC78

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

Shades of Olivine #95BC78

Tints of Olivine #95BC78

Color information

#95BC78 (or 0x95BC78) is unknown color: approx Olivine. HEX triplet: 95, BC and 78. RGB value is (149,188,120). Sum of RGB (Red+Green+Blue) = 149+188+120=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BC78 is #6A4387. Grayscale: #A8A8A8. Windows color (decimal): -6964104 or 7912597. OLE color: 7912597.

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

Color convert

RGB149188120-
CMYK0.2100.360.26
HSL94.41º33.66%60.39%-
HSV(B)94.41º36.17%73.73%-
XYZ33.7743.7124.43-
YUV168.59100.58114.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=32.60%
G=41.14%
B=26.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491881200.2100.360.2694.4133.6660.39
Hex95BC78150241A5e223c
Octal22527417025044321364274
Binary10010101101111001111000101010100100110101011110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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