Html Css Color HEX #0E6654 Watercourse

📋 copy color: '#0E6654'

red 14 ◦ green 102 ◦ blue 84

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

Shades of Watercourse #0E6654

Tints of Watercourse #0E6654

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51%

 BLUE value IS 84 (33.2% from 255) = 42%

R = 7%
G = 51%
B = 42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.6

RGB Variations

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

Color information

#0E6654 (or 0x0E6654) is known color: Watercourse. HEX triplet: 0E, 66 and 54. RGB value is (14,102,84). Sum of RGB (Red+Green+Blue) = 14+102+84=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6654 is #F199AB. Grayscale: #494949. Windows color (decimal): -15833516 or 5531150. OLE color: 5531150.

HSL color Cylindrical-coordinate representation of color #0E6654: hue angle of 167.73º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6654 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB 14 102 84 -
CMYK 0.86 0 0.18 0.6
HSL 167.73º 0.76% 0.23% -
HSV(B) 167.73º 0.86% 0.4% -
XYZ 6.53 10.24 10.02 -
YUV 73.64 133.85 85.46 -
System Red Green Blue C M Y K H S L
Decimal 14 102 84 0.86 0 0.18 0.6 167.73 0.76 0.23
Hex E 66 54 56 0 12 3C A8 4C 17
Octal 16 146 124 126 0 22 74 250 114 27
Binary 1110 1100110 1010100 1010110 0 10010 111100 10101000 1001100 10111

Color Harmonies of #0E6654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6654

Black with #0E6654

Text Example


Text Example

White with #0E6654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,102,84); }

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

background-color css

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

 a { background-color: rgb(14,102,84); }

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

border-color css

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

 span { border-color: rgb(14,102,84); }

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