Html Css Color HEX #0E7255 Watercourse

📋 copy color: '#0E7255'

red 14 ◦ green 114 ◦ blue 85

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

Shades of Watercourse #0E7255

Tints of Watercourse #0E7255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.52%

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

R = 6.57%
G = 53.52%
B = 39.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#0E7255 (or 0x0E7255) is known color: Watercourse. HEX triplet: 0E, 72 and 55. RGB value is (14,114,85). Sum of RGB (Red+Green+Blue) = 14+114+85=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #0E7255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7255 is #F18DAA. Grayscale: #505050. Windows color (decimal): -15830443 or 5599758. OLE color: 5599758.

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

Color convert

RGB 14 114 85 -
CMYK 0.88 0 0.25 0.55
HSL 162.6º 0.78% 0.25% -
HSV(B) 162.6º 0.88% 0.45% -
XYZ 7.84 12.78 10.65 -
YUV 80.79 130.37 80.36 -
System Red Green Blue C M Y K H S L
Decimal 14 114 85 0.88 0 0.25 0.55 162.6 0.78 0.25
Hex E 72 55 58 0 19 37 A3 4E 19
Octal 16 162 125 130 0 31 67 243 116 31
Binary 1110 1110010 1010101 1011000 0 11001 110111 10100011 1001110 11001

Color Harmonies of #0E7255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7255

Black with #0E7255

Text Example


Text Example

White with #0E7255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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