#9EC769

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

Shades of Olivine #9EC769

Tints of Olivine #9EC769

Color information

#9EC769 (or 0x9EC769) is unknown color: approx Olivine. HEX triplet: 9E, C7 and 69. RGB value is (158,199,105). Sum of RGB (Red+Green+Blue) = 158+199+105=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC769 is #613896. Grayscale: #B0B0B0. Windows color (decimal): -6371479 or 6932382. OLE color: 6932382.

HSL color Cylindrical-coordinate representation of color #9EC769: hue angle of 86.17º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EC769 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB158199105-
CMYK0.2100.470.22
HSL86.17º45.63%59.61%-
HSV(B)86.17º47.24%78.04%-
XYZ37.0749.1420.89-
YUV176.0287.92115.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 199 (78.12% from 255) = 43.07%
BLUE value IS 105 (41.41% from 255) = 22.73%
R=34.20%
G=43.07%
B=22.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1581991050.2100.470.2286.1745.6359.61
Hex9EC7691502F16562e3c
Octal23630715125057261265674
Binary10011110110001111101001101010101111101101010110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,199,105); }

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

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

 a { background-color: rgb(158,199,105); }

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

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

 span { border-color: rgb(158,199,105); }

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