#95B76E

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

Shades of Olivine #95B76E

Tints of Olivine #95B76E

Color information

#95B76E (or 0x95B76E) is unknown color: approx Olivine. HEX triplet: 95, B7 and 6E. RGB value is (149,183,110). Sum of RGB (Red+Green+Blue) = 149+183+110=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #95B76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B76E is #6A4891. Grayscale: #A4A4A4. Windows color (decimal): -6965394 or 7255957. OLE color: 7255957.

HSL color Cylindrical-coordinate representation of color #95B76E: hue angle of 87.95º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95B76E is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB149183110-
CMYK0.1900.400.28
HSL87.95º33.64%57.45%-
HSV(B)87.95º39.89%71.76%-
XYZ32.1441.3821.05-
YUV164.5197.24116.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 183 (71.88% from 255) = 41.40%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=33.71%
G=41.40%
B=24.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491831100.1900.400.2887.9533.6457.45
Hex95B76E130281C582239
Octal22526715623050341304271
Binary10010101101101111101110100110101000111001011000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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