#9DB473

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

Shades of Olivine #9DB473

Tints of Olivine #9DB473

Color information

#9DB473 (or 0x9DB473) is unknown color: approx Olivine. HEX triplet: 9D, B4 and 73. RGB value is (157,180,115). Sum of RGB (Red+Green+Blue) = 157+180+115=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB473 is #624B8C. Grayscale: #A5A5A5. Windows color (decimal): -6441869 or 7582877. OLE color: 7582877.

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

Color convert

RGB157180115-
CMYK0.1300.360.29
HSL81.23º30.23%57.84%-
HSV(B)81.23º36.11%70.59%-
XYZ33.3241.0522.39-
YUV165.7199.38121.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.73%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 115 (45.31% from 255) = 25.44%
R=34.73%
G=39.82%
B=25.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571801150.1300.360.2981.2330.2357.84
Hex9DB473D0241D511e3a
Octal23526416315044351213672
Binary100111011011010011100111101010010011101101000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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