Html Css Color HEX #0E614D Watercourse

📋 copy color: '#0E614D'

red 14 ◦ green 97 ◦ blue 77

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

Shades of Watercourse #0E614D

Tints of Watercourse #0E614D

RGB

 RED value IS 14 (5.86% from 255) = 7.45%

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

 BLUE value IS 77 (30.47% from 255) = 40.96%

R = 7.45%
G = 51.6%
B = 40.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#0E614D (or 0x0E614D) is known color: Watercourse. HEX triplet: 0E, 61 and 4D. RGB value is (14,97,77). Sum of RGB (Red+Green+Blue) = 14+97+77=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #0E614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E614D is #F19EB2. Grayscale: #454545. Windows color (decimal): -15834803 or 5071118. OLE color: 5071118.

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

Color convert

RGB 14 97 77 -
CMYK 0.86 0 0.21 0.62
HSL 165.54º 0.75% 0.22% -
HSV(B) 165.54º 0.86% 0.38% -
XYZ 5.8 9.18 8.49 -
YUV 69.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 14 97 77 0.86 0 0.21 0.62 165.54 0.75 0.22
Hex E 61 4D 56 0 15 3E A6 4B 16
Octal 16 141 115 126 0 25 76 246 113 26
Binary 1110 1100001 1001101 1010110 0 10101 111110 10100110 1001011 10110

Color Harmonies of #0E614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E614D

Black with #0E614D

Text Example


Text Example

White with #0E614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,97,77); }

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

background-color css

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

 a { background-color: rgb(14,97,77); }

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

border-color css

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

 span { border-color: rgb(14,97,77); }

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