Html Css Color HEX #0E7055 Watercourse

📋 copy color: '#0E7055'

red 14 ◦ green 112 ◦ blue 85

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

Shades of Watercourse #0E7055

Tints of Watercourse #0E7055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.08%

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

R = 6.64%
G = 53.08%
B = 40.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#0E7055 (or 0x0E7055) is known color: Watercourse. HEX triplet: 0E, 70 and 55. RGB value is (14,112,85). Sum of RGB (Red+Green+Blue) = 14+112+85=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7055 is #F18FAA. Grayscale: #4F4F4F. Windows color (decimal): -15830955 or 5599246. OLE color: 5599246.

HSL color Cylindrical-coordinate representation of color #0E7055: hue angle of 163.47º 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 #0E7055 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 112 85 -
CMYK 0.88 0 0.24 0.56
HSL 163.47º 0.78% 0.25% -
HSV(B) 163.47º 0.88% 0.44% -
XYZ 7.61 12.34 10.57 -
YUV 79.62 131.03 81.2 -
System Red Green Blue C M Y K H S L
Decimal 14 112 85 0.88 0 0.24 0.56 163.47 0.78 0.25
Hex E 70 55 58 0 18 38 A3 4E 19
Octal 16 160 125 130 0 30 70 243 116 31
Binary 1110 1110000 1010101 1011000 0 11000 111000 10100011 1001110 11001

Color Harmonies of #0E7055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7055

Black with #0E7055

Text Example


Text Example

White with #0E7055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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