#9DB46E

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

Shades of Olivine #9DB46E

Tints of Olivine #9DB46E

Color information

#9DB46E (or 0x9DB46E) is unknown color: approx Olivine. HEX triplet: 9D, B4 and 6E. RGB value is (157,180,110). Sum of RGB (Red+Green+Blue) = 157+180+110=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB46E is #624B91. Grayscale: #A5A5A5. Windows color (decimal): -6441874 or 7255197. OLE color: 7255197.

HSL color Cylindrical-coordinate representation of color #9DB46E: hue angle of 79.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DB46E is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB157180110-
CMYK0.1300.390.29
HSL79.71º31.82%56.86%-
HSV(B)79.71º38.89%70.59%-
XYZ33.0440.9420.91-
YUV165.1496.88122.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 110 (43.36% from 255) = 24.61%
R=35.12%
G=40.27%
B=24.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571801100.1300.390.2979.7131.8256.86
Hex9DB46ED0271D502039
Octal23526415615047351204071
Binary1001110110110100110111011010100111111011010000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,180,110); }

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

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

 a { background-color: rgb(157,180,110); }

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

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

 span { border-color: rgb(157,180,110); }

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