#0E6251

Color #0E6251 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #0E6251

Tints of Watercourse #0E6251

Color information

#0E6251 (or 0x0E6251) is unknown color: approx Watercourse. HEX triplet: 0E, 62 and 51. RGB value is (14,98,81). Sum of RGB (Red+Green+Blue) = 14+98+81=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #0E6251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6251 is #F19DAE. Grayscale: #464646. Windows color (decimal): -15834543 or 5333518. OLE color: 5333518.

HSL color Cylindrical-coordinate representation of color #0E6251: hue angle of 167.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6251 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB149881-
CMYK0.8600.170.62
HSL167.86º75%21.96%-
HSV(B)167.86º85.71%38.43%-
XYZ6.039.429.29-
YUV70.95133.6787.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.25%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 81 (32.03% from 255) = 41.97%
R=7.25%
G=50.78%
B=41.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1498810.8600.170.62167.867521.96
HexE6251560113Ea84b16
Octal161421211260217625011326
Binary111011000101010001101011001000111111010101000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E6251;
 }
 .AnyTagClassName
 {
   color: #0E6251;
 }
</style>
background-color css

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

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

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

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

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

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