#0DB785

Color #0DB785 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0DB785

Tints of Mountain Meadow #0DB785

Color information

#0DB785 (or 0x0DB785) is unknown color: approx Mountain Meadow. HEX triplet: 0D, B7 and 85. RGB value is (13,183,133). Sum of RGB (Red+Green+Blue) = 13+183+133=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB785 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB785 is #F2487A. Grayscale: #7E7E7E. Windows color (decimal): -15878267 or 8763149. OLE color: 8763149.

HSL color Cylindrical-coordinate representation of color #0DB785: hue angle of 162.35º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB785 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB13183133-
CMYK0.9300.270.28
HSL162.35º86.73%38.43%-
HSV(B)162.35º92.9%71.76%-
XYZ21.3335.6527.95-
YUV126.47131.6847.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.95%
GREEN value IS 183 (71.88% from 255) = 55.62%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=3.95%
G=55.62%
B=40.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal131831330.9300.270.28162.3586.7338.43
HexDB7855D01B1Ca25726
Octal152672051350333424212746
Binary11011011011110000101101110101101111100101000101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DB785; }

 p { color: rgb(13,183,133); }

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

<style>
 a { background-color: #0DB785; }

 a { background-color: rgb(13,183,133); }

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

<style>
 span { border-color: #0DB785; }

 span { border-color: rgb(13,183,133); }

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