Html Css Color HEX #0D614E Watercourse

📋 copy color: '#0D614E'

red 13 ◦ green 97 ◦ blue 78

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

Shades of Watercourse #0D614E

Tints of Watercourse #0D614E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.6%

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

R = 6.91%
G = 51.6%
B = 41.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#0D614E (or 0x0D614E) is known color: Watercourse. HEX triplet: 0D, 61 and 4E. RGB value is (13,97,78). Sum of RGB (Red+Green+Blue) = 13+97+78=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #0D614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D614E is #F29EB1. Grayscale: #454545. Windows color (decimal): -15900338 or 5136653. OLE color: 5136653.

HSL color Cylindrical-coordinate representation of color #0D614E: hue angle of 166.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D614E is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 97 78 -
CMYK 0.87 0 0.20 0.62
HSL 166.43º 0.76% 0.22% -
HSV(B) 166.43º 0.87% 0.38% -
XYZ 5.82 9.19 8.67 -
YUV 69.72 132.67 87.54 -
System Red Green Blue C M Y K H S L
Decimal 13 97 78 0.87 0 0.20 0.62 166.43 0.76 0.22
Hex D 61 4E 57 0 14 3E A6 4C 16
Octal 15 141 116 127 0 24 76 246 114 26
Binary 1101 1100001 1001110 1010111 0 10100 111110 10100110 1001100 10110

Color Harmonies of #0D614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D614E

Black with #0D614E

Text Example


Text Example

White with #0D614E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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