Html Css Color HEX #0E6751 Watercourse

📋 copy color: '#0E6751'

red 14 ◦ green 103 ◦ blue 81

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

Shades of Watercourse #0E6751

Tints of Watercourse #0E6751

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.02%

 BLUE value IS 81 (32.03% from 255) = 40.91%

R = 7.07%
G = 52.02%
B = 40.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#0E6751 (or 0x0E6751) is known color: Watercourse. HEX triplet: 0E, 67 and 51. RGB value is (14,103,81). Sum of RGB (Red+Green+Blue) = 14+103+81=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #0E6751 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6751 is #F198AE. Grayscale: #494949. Windows color (decimal): -15833263 or 5334798. OLE color: 5334798.

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

Color convert

RGB 14 103 81 -
CMYK 0.86 0 0.21 0.60
HSL 165.17º 0.76% 0.23% -
HSV(B) 165.17º 0.86% 0.4% -
XYZ 6.52 10.39 9.45 -
YUV 73.88 132.01 85.29 -
System Red Green Blue C M Y K H S L
Decimal 14 103 81 0.86 0 0.21 0.60 165.17 0.76 0.23
Hex E 67 51 56 0 15 3C A5 4C 17
Octal 16 147 121 126 0 25 74 245 114 27
Binary 1110 1100111 1010001 1010110 0 10101 111100 10100101 1001100 10111

Color Harmonies of #0E6751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6751

Black with #0E6751

Text Example


Text Example

White with #0E6751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,103,81); }

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

background-color css

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

 a { background-color: rgb(14,103,81); }

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

border-color css

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

 span { border-color: rgb(14,103,81); }

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