Html Css Color HEX #0D704E Watercourse

📋 copy color: '#0D704E'

red 13 ◦ green 112 ◦ blue 78

#0D704E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #0D704E

Tints of Watercourse #0D704E

RGB

 RED value IS 13 (5.47% from 255) = 6.4%

 GREEN value IS 112 (44.14% from 255) = 55.17%

 BLUE value IS 78 (30.86% from 255) = 38.42%

R = 6.4%
G = 55.17%
B = 38.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#0D704E (or 0x0D704E) is known color: Watercourse. HEX triplet: 0D, 70 and 4E. RGB value is (13,112,78). Sum of RGB (Red+Green+Blue) = 13+112+78=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #0D704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D704E is #F28FB1. Grayscale: #4E4E4E. Windows color (decimal): -15896498 or 5140493. OLE color: 5140493.

HSL color Cylindrical-coordinate representation of color #0D704E: hue angle of 159.39º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D704E is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 112 78 -
CMYK 0.88 0 0.30 0.56
HSL 159.39º 0.79% 0.25% -
HSV(B) 159.39º 0.88% 0.44% -
XYZ 7.34 12.22 9.18 -
YUV 78.52 127.7 81.26 -
System Red Green Blue C M Y K H S L
Decimal 13 112 78 0.88 0 0.30 0.56 159.39 0.79 0.25
Hex D 70 4E 58 0 1E 38 9F 4F 19
Octal 15 160 116 130 0 36 70 237 117 31
Binary 1101 1110000 1001110 1011000 0 11110 111000 10011111 1001111 11001

Color Harmonies of #0D704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D704E

Black with #0D704E

Text Example


Text Example

White with #0D704E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,112,78); }

 H1.HeaderClassName
 {
   color: #0D704E;
 }
 .AnyTagClassName
 {
   color: #0D704E;
 }
</style>

background-color css

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

 a { background-color: rgb(13,112,78); }

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

border-color css

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

 span { border-color: rgb(13,112,78); }

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