#95C66D

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

Shades of Olivine #95C66D

Tints of Olivine #95C66D

Color information

#95C66D (or 0x95C66D) is unknown color: approx Olivine. HEX triplet: 95, C6 and 6D. RGB value is (149,198,109). Sum of RGB (Red+Green+Blue) = 149+198+109=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #95C66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C66D is #6A3992. Grayscale: #ADADAD. Windows color (decimal): -6961555 or 7194261. OLE color: 7194261.

HSL color Cylindrical-coordinate representation of color #95C66D: hue angle of 93.03º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95C66D is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB149198109-
CMYK0.2500.450.22
HSL93.03º43.84%60.2%-
HSV(B)93.03º44.95%77.65%-
XYZ35.3547.8821.85-
YUV173.291.77110.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.68%
GREEN value IS 198 (77.73% from 255) = 43.42%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=32.68%
G=43.42%
B=23.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491981090.2500.450.2293.0343.8460.2
Hex95C66D1902D165d2c3c
Octal22530615531055261355474
Binary10010101110001101101101110010101101101101011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,198,109); }

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

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

 a { background-color: rgb(149,198,109); }

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

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

 span { border-color: rgb(149,198,109); }

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