#067550

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

Shades of Watercourse #067550

Tints of Watercourse #067550

Color information

#067550 (or 0x067550) is unknown color: approx Watercourse. HEX triplet: 06, 75 and 50. RGB value is (6,117,80). Sum of RGB (Red+Green+Blue) = 6+117+80=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #067550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067550 is #F98AAF. Grayscale: #4F4F4F. Windows color (decimal): -16353968 or 5272838. OLE color: 5272838.

HSL color Cylindrical-coordinate representation of color #067550: hue angle of 160º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067550 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB611780-
CMYK0.9500.320.54
HSL160º90.24%24.12%-
HSV(B)160º94.87%45.88%-
XYZ7.8813.349.75-
YUV79.59128.2375.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 117 (46.09% from 255) = 57.64%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=2.96%
G=57.64%
B=39.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117800.9500.320.5416090.2424.12
Hex675505F02036a05a18
Octal61651201370406624013230
Binary110111010110100001011111010000011011010100000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067550; }

 p { color: rgb(6,117,80); }

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

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

 a { background-color: rgb(6,117,80); }

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

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

 span { border-color: rgb(6,117,80); }

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