Html Css Color HEX #0E7155 Watercourse

📋 copy color: '#0E7155'

red 14 ◦ green 113 ◦ blue 85

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

Shades of Watercourse #0E7155

Tints of Watercourse #0E7155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.3%

 BLUE value IS 85 (33.59% from 255) = 40.09%

R = 6.6%
G = 53.3%
B = 40.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#0E7155 (or 0x0E7155) is known color: Watercourse. HEX triplet: 0E, 71 and 55. RGB value is (14,113,85). Sum of RGB (Red+Green+Blue) = 14+113+85=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #0E7155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7155 is #F18EAA. Grayscale: #505050. Windows color (decimal): -15830699 or 5599502. OLE color: 5599502.

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

Color convert

RGB 14 113 85 -
CMYK 0.88 0 0.25 0.56
HSL 163.03º 0.78% 0.25% -
HSV(B) 163.03º 0.88% 0.44% -
XYZ 7.73 12.56 10.61 -
YUV 80.21 130.7 80.78 -
System Red Green Blue C M Y K H S L
Decimal 14 113 85 0.88 0 0.25 0.56 163.03 0.78 0.25
Hex E 71 55 58 0 19 38 A3 4E 19
Octal 16 161 125 130 0 31 70 243 116 31
Binary 1110 1110001 1010101 1011000 0 11001 111000 10100011 1001110 11001

Color Harmonies of #0E7155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7155

Black with #0E7155

Text Example


Text Example

White with #0E7155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,113,85); }

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

background-color css

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

 a { background-color: rgb(14,113,85); }

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

border-color css

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

 span { border-color: rgb(14,113,85); }

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