Html Css Color HEX #0D614F Watercourse

📋 copy color: '#0D614F'

red 13 ◦ green 97 ◦ blue 79

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

Shades of Watercourse #0D614F

Tints of Watercourse #0D614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.8%

R = 6.88%
G = 51.32%
B = 41.8%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#0D614F (or 0x0D614F) is known color: Watercourse. HEX triplet: 0D, 61 and 4F. RGB value is (13,97,79). Sum of RGB (Red+Green+Blue) = 13+97+79=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #0D614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D614F is #F29EB0. Grayscale: #454545. Windows color (decimal): -15900337 or 5202189. OLE color: 5202189.

HSL color Cylindrical-coordinate representation of color #0D614F: hue angle of 167.14º 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 #0D614F is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 97 79 -
CMYK 0.87 0 0.19 0.62
HSL 167.14º 0.76% 0.22% -
HSV(B) 167.14º 0.87% 0.38% -
XYZ 5.85 9.2 8.86 -
YUV 69.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 13 97 79 0.87 0 0.19 0.62 167.14 0.76 0.22
Hex D 61 4F 57 0 13 3E A7 4C 16
Octal 15 141 117 127 0 23 76 247 114 26
Binary 1101 1100001 1001111 1010111 0 10011 111110 10100111 1001100 10110

Color Harmonies of #0D614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D614F

Black with #0D614F

Text Example


Text Example

White with #0D614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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