#9EC675

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

Shades of Olivine #9EC675

Tints of Olivine #9EC675

Color information

#9EC675 (or 0x9EC675) is unknown color: approx Olivine. HEX triplet: 9E, C6 and 75. RGB value is (158,198,117). Sum of RGB (Red+Green+Blue) = 158+198+117=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC675 is #61398A. Grayscale: #B1B1B1. Windows color (decimal): -6371723 or 7718558. OLE color: 7718558.

HSL color Cylindrical-coordinate representation of color #9EC675: hue angle of 89.63º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9EC675 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB158198117-
CMYK0.2000.410.22
HSL89.63º41.54%61.76%-
HSV(B)89.63º40.91%77.65%-
XYZ37.5148.9424.3-
YUV176.8194.25114.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.40%
GREEN value IS 198 (77.73% from 255) = 41.86%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=33.40%
G=41.86%
B=24.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1581981170.2000.410.2289.6341.5461.76
Hex9EC67514029165a2a3e
Octal23630616524051261325276
Binary10011110110001101110101101000101001101101011010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EC675; }

 p { color: rgb(158,198,117); }

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

<style>
 a { background-color: #9EC675; }

 a { background-color: rgb(158,198,117); }

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

<style>
 span { border-color: #9EC675; }

 span { border-color: rgb(158,198,117); }

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