#067A54

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

Shades of Watercourse #067A54

Tints of Watercourse #067A54

Color information

#067A54 (or 0x067A54) is unknown color: approx Watercourse. HEX triplet: 06, 7A and 54. RGB value is (6,122,84). Sum of RGB (Red+Green+Blue) = 6+122+84=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 122 (48.05% from 255 or 57.55% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 122 - color contains mainly: green. Hex color #067A54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067A54 is #F985AB. Grayscale: #535353. Windows color (decimal): -16352684 or 5536262. OLE color: 5536262.

HSL color Cylindrical-coordinate representation of color #067A54: hue angle of 160.34º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067A54 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB612284-
CMYK0.9500.310.52
HSL160.34º90.62%25.1%-
HSV(B)160.34º95.08%47.84%-
XYZ8.6314.610.75-
YUV82.98128.5773.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 122 (48.05% from 255) = 57.55%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=2.83%
G=57.55%
B=39.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6122840.9500.310.52160.3490.6225.1
Hex67A545F01F34a05b19
Octal61721241370376424013331
Binary11011110101010100101111101111111010010100000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067A54; }

 p { color: rgb(6,122,84); }

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

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

 a { background-color: rgb(6,122,84); }

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

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

 span { border-color: rgb(6,122,84); }

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