#0E6753

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

Shades of Watercourse #0E6753

Tints of Watercourse #0E6753

Color information

#0E6753 (or 0x0E6753) is unknown color: approx Watercourse. HEX triplet: 0E, 67 and 53. RGB value is (14,103,83). Sum of RGB (Red+Green+Blue) = 14+103+83=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #0E6753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6753 is #F198AC. Grayscale: #4A4A4A. Windows color (decimal): -15833261 or 5465870. OLE color: 5465870.

HSL color Cylindrical-coordinate representation of color #0E6753: hue angle of 166.52º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6753 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB1410383-
CMYK0.8600.190.60
HSL166.52º76.07%22.94%-
HSV(B)166.52º86.41%40.39%-
XYZ6.5910.429.85-
YUV74.11133.0185.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7%
GREEN value IS 103 (40.62% from 255) = 51.5%
BLUE value IS 83 (32.81% from 255) = 41.5%
R=7%
G=51.5%
B=41.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal14103830.8600.190.60166.5276.0722.94
HexE6753560133Ca74c17
Octal161471231260237424711427
Binary111011001111010011101011001001111110010100111100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,103,83); }

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

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

 a { background-color: rgb(14,103,83); }

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

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

 span { border-color: rgb(14,103,83); }

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