#95BE7F

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

Shades of Olivine #95BE7F

Tints of Olivine #95BE7F

Color information

#95BE7F (or 0x95BE7F) is unknown color: approx Olivine. HEX triplet: 95, BE and 7F. RGB value is (149,190,127). Sum of RGB (Red+Green+Blue) = 149+190+127=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BE7F is #6A4180. Grayscale: #AAAAAA. Windows color (decimal): -6963585 or 8371861. OLE color: 8371861.

HSL color Cylindrical-coordinate representation of color #95BE7F: hue angle of 99.05º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95BE7F is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB149190127-
CMYK0.2200.330.25
HSL99.05º32.64%62.16%-
HSV(B)99.05º33.16%74.51%-
XYZ34.6444.7526.89-
YUV170.56103.42112.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 127 (50% from 255) = 27.25%
R=31.97%
G=40.77%
B=27.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491901270.2200.330.2599.0532.6462.16
Hex95BE7F160211963213e
Octal22527617726041311434176
Binary10010101101111101111111101100100001110011100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,190,127); }

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

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

 a { background-color: rgb(149,190,127); }

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

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

 span { border-color: rgb(149,190,127); }

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