#95B76F

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

Shades of Olivine #95B76F

Tints of Olivine #95B76F

Color information

#95B76F (or 0x95B76F) is unknown color: approx Olivine. HEX triplet: 95, B7 and 6F. RGB value is (149,183,111). Sum of RGB (Red+Green+Blue) = 149+183+111=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #95B76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B76F is #6A4890. Grayscale: #A4A4A4. Windows color (decimal): -6965393 or 7321493. OLE color: 7321493.

HSL color Cylindrical-coordinate representation of color #95B76F: hue angle of 88.33º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95B76F is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB149183111-
CMYK0.1900.390.28
HSL88.33º33.33%57.65%-
HSV(B)88.33º39.34%71.76%-
XYZ32.241.421.33-
YUV164.6397.74116.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=33.63%
G=41.31%
B=25.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491831110.1900.390.2888.3333.3357.65
Hex95B76F130271C58213a
Octal22526715723047341304172
Binary10010101101101111101111100110100111111001011000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,183,111); }

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

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

 a { background-color: rgb(149,183,111); }

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

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

 span { border-color: rgb(149,183,111); }

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