Html Css Color HEX #0E614F Watercourse

📋 copy color: '#0E614F'

red 14 ◦ green 97 ◦ blue 79

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

Shades of Watercourse #0E614F

Tints of Watercourse #0E614F

RGB

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

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

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

R = 7.37%
G = 51.05%
B = 41.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#0E614F (or 0x0E614F) is known color: Watercourse. HEX triplet: 0E, 61 and 4F. RGB value is (14,97,79). Sum of RGB (Red+Green+Blue) = 14+97+79=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #0E614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E614F is #F19EB0. Grayscale: #464646. Windows color (decimal): -15834801 or 5202190. OLE color: 5202190.

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

Color convert

RGB 14 97 79 -
CMYK 0.86 0 0.19 0.62
HSL 166.99º 0.75% 0.22% -
HSV(B) 166.99º 0.86% 0.38% -
XYZ 5.87 9.21 8.87 -
YUV 70.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 14 97 79 0.86 0 0.19 0.62 166.99 0.75 0.22
Hex E 61 4F 56 0 13 3E A7 4B 16
Octal 16 141 117 126 0 23 76 247 113 26
Binary 1110 1100001 1001111 1010110 0 10011 111110 10100111 1001011 10110

Color Harmonies of #0E614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E614F

Black with #0E614F

Text Example


Text Example

White with #0E614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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