Html Css Color HEX #0E7456 Watercourse

📋 copy color: '#0E7456'

red 14 ◦ green 116 ◦ blue 86

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

Shades of Watercourse #0E7456

Tints of Watercourse #0E7456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.7%

 BLUE value IS 86 (33.98% from 255) = 39.81%

R = 6.48%
G = 53.7%
B = 39.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#0E7456 (or 0x0E7456) is known color: Watercourse. HEX triplet: 0E, 74 and 56. RGB value is (14,116,86). Sum of RGB (Red+Green+Blue) = 14+116+86=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #0E7456 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7456 is #F18BA9. Grayscale: #525252. Windows color (decimal): -15829930 or 5665806. OLE color: 5665806.

HSL color Cylindrical-coordinate representation of color #0E7456: hue angle of 162.35º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7456 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 116 86 -
CMYK 0.88 0 0.26 0.55
HSL 162.35º 0.78% 0.25% -
HSV(B) 162.35º 0.88% 0.45% -
XYZ 8.11 13.26 10.94 -
YUV 82.08 130.21 79.44 -
System Red Green Blue C M Y K H S L
Decimal 14 116 86 0.88 0 0.26 0.55 162.35 0.78 0.25
Hex E 74 56 58 0 1A 37 A2 4E 19
Octal 16 164 126 130 0 32 67 242 116 31
Binary 1110 1110100 1010110 1011000 0 11010 110111 10100010 1001110 11001

Color Harmonies of #0E7456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7456

Black with #0E7456

Text Example


Text Example

White with #0E7456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,116,86); }

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

background-color css

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

 a { background-color: rgb(14,116,86); }

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

border-color css

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

 span { border-color: rgb(14,116,86); }

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