#0D6D50

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

Shades of Watercourse #0D6D50

Tints of Watercourse #0D6D50

Color information

#0D6D50 (or 0x0D6D50) is unknown color: approx Watercourse. HEX triplet: 0D, 6D and 50. RGB value is (13,109,80). Sum of RGB (Red+Green+Blue) = 13+109+80=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 109 (42.97% from 255 or 53.96% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 109 - color contains mainly: green. Hex color #0D6D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6D50 is #F292AF. Grayscale: #4D4D4D. Windows color (decimal): -15897264 or 5270797. OLE color: 5270797.

HSL color Cylindrical-coordinate representation of color #0D6D50: hue angle of 161.88º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6D50 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB1310980-
CMYK0.8800.270.57
HSL161.88º78.69%23.92%-
HSV(B)161.88º88.07%42.75%-
XYZ7.0811.69.46-
YUV76.99129.782.36-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.44%
GREEN value IS 109 (42.97% from 255) = 53.96%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=6.44%
G=53.96%
B=39.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal13109800.8800.270.57161.8878.6923.92
HexD6D505801B39a24f18
Octal151551201300337124211730
Binary110111011011010000101100001101111100110100010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,109,80); }

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

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

 a { background-color: rgb(13,109,80); }

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

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

 span { border-color: rgb(13,109,80); }

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