#95C66E

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

Shades of Olivine #95C66E

Tints of Olivine #95C66E

Color information

#95C66E (or 0x95C66E) is unknown color: approx Olivine. HEX triplet: 95, C6 and 6E. RGB value is (149,198,110). Sum of RGB (Red+Green+Blue) = 149+198+110=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #95C66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C66E is #6A3991. Grayscale: #ADADAD. Windows color (decimal): -6961554 or 7259797. OLE color: 7259797.

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

Color convert

RGB149198110-
CMYK0.2500.440.22
HSL93.41º43.56%60.39%-
HSV(B)93.41º44.44%77.65%-
XYZ35.447.922.13-
YUV173.3292.27110.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 198 (77.73% from 255) = 43.33%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=32.60%
G=43.33%
B=24.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491981100.2500.440.2293.4143.5660.39
Hex95C66E1902C165d2c3c
Octal22530615631054261355474
Binary10010101110001101101110110010101100101101011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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