Html Css Color HEX #0E7051 Watercourse

📋 copy color: '#0E7051'

red 14 ◦ green 112 ◦ blue 81

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

Shades of Watercourse #0E7051

Tints of Watercourse #0E7051

RGB

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

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

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

R = 6.76%
G = 54.11%
B = 39.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#0E7051 (or 0x0E7051) is known color: Watercourse. HEX triplet: 0E, 70 and 51. RGB value is (14,112,81). Sum of RGB (Red+Green+Blue) = 14+112+81=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7051 is #F18FAE. Grayscale: #4F4F4F. Windows color (decimal): -15830959 or 5337102. OLE color: 5337102.

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

Color convert

RGB 14 112 81 -
CMYK 0.88 0 0.28 0.56
HSL 161.02º 0.78% 0.25% -
HSV(B) 161.02º 0.88% 0.44% -
XYZ 7.46 12.28 9.76 -
YUV 79.16 129.03 81.52 -
System Red Green Blue C M Y K H S L
Decimal 14 112 81 0.88 0 0.28 0.56 161.02 0.78 0.25
Hex E 70 51 58 0 1C 38 A1 4E 19
Octal 16 160 121 130 0 34 70 241 116 31
Binary 1110 1110000 1010001 1011000 0 11100 111000 10100001 1001110 11001

Color Harmonies of #0E7051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7051

Black with #0E7051

Text Example


Text Example

White with #0E7051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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