#067053

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

Shades of Watercourse #067053

Tints of Watercourse #067053

Color information

#067053 (or 0x067053) is unknown color: approx Watercourse. HEX triplet: 06, 70 and 53. RGB value is (6,112,83). Sum of RGB (Red+Green+Blue) = 6+112+83=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #067053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067053 is #F98FAC. Grayscale: #4D4D4D. Windows color (decimal): -16355245 or 5468166. OLE color: 5468166.

HSL color Cylindrical-coordinate representation of color #067053: hue angle of 163.58º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067053 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB611283-
CMYK0.9500.260.56
HSL163.58º89.83%23.14%-
HSV(B)163.58º94.64%43.92%-
XYZ7.4312.2510.16-
YUV77131.3877.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 112 (44.14% from 255) = 55.72%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=2.99%
G=55.72%
B=41.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6112830.9500.260.56163.5889.8323.14
Hex670535F01A38a45a17
Octal61601231370327024413227
Binary11011100001010011101111101101011100010100100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067053; }

 p { color: rgb(6,112,83); }

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

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

 a { background-color: rgb(6,112,83); }

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

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

 span { border-color: rgb(6,112,83); }

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