#95B66E

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

Shades of Olivine #95B66E

Tints of Olivine #95B66E

Color information

#95B66E (or 0x95B66E) is unknown color: approx Olivine. HEX triplet: 95, B6 and 6E. RGB value is (149,182,110). Sum of RGB (Red+Green+Blue) = 149+182+110=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #95B66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B66E is #6A4991. Grayscale: #A4A4A4. Windows color (decimal): -6965650 or 7255701. OLE color: 7255701.

HSL color Cylindrical-coordinate representation of color #95B66E: hue angle of 87.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95B66E is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB149182110-
CMYK0.1800.400.29
HSL87.5º33.03%57.25%-
HSV(B)87.5º39.56%71.37%-
XYZ31.9440.9720.98-
YUV163.9297.57117.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=33.79%
G=41.27%
B=24.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491821100.1800.400.2987.533.0357.25
Hex95B66E120281D582139
Octal22526615622050351304171
Binary10010101101101101101110100100101000111011011000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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