#9DB872

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

Shades of Olivine #9DB872

Tints of Olivine #9DB872

Color information

#9DB872 (or 0x9DB872) is unknown color: approx Olivine. HEX triplet: 9D, B8 and 72. RGB value is (157,184,114). Sum of RGB (Red+Green+Blue) = 157+184+114=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB872 is #62478D. Grayscale: #A8A8A8. Windows color (decimal): -6440846 or 7518365. OLE color: 7518365.

HSL color Cylindrical-coordinate representation of color #9DB872: hue angle of 83.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DB872 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB157184114-
CMYK0.1500.380.28
HSL83.14º33.02%58.43%-
HSV(B)83.14º38.04%72.16%-
XYZ34.0842.6622.36-
YUV167.9597.55120.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.51%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=34.51%
G=40.44%
B=25.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571841140.1500.380.2883.1433.0258.43
Hex9DB872F0261C53213a
Octal23527016217046341234172
Binary1001110110111000111001011110100110111001010011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,184,114); }

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

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

 a { background-color: rgb(157,184,114); }

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

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

 span { border-color: rgb(157,184,114); }

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