#067A4B

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

Shades of Watercourse #067A4B

Tints of Watercourse #067A4B

Color information

#067A4B (or 0x067A4B) is unknown color: approx Watercourse. HEX triplet: 06, 7A and 4B. RGB value is (6,122,75). Sum of RGB (Red+Green+Blue) = 6+122+75=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #067A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067A4B is #F985B4. Grayscale: #525252. Windows color (decimal): -16352693 or 4946438. OLE color: 4946438.

HSL color Cylindrical-coordinate representation of color #067A4B: hue angle of 155.69º 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 #067A4B is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB612275-
CMYK0.9500.390.52
HSL155.69º90.62%25.1%-
HSV(B)155.69º95.08%47.84%-
XYZ8.314.479.01-
YUV81.96124.0773.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 122 (48.05% from 255) = 60.10%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=2.96%
G=60.10%
B=36.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6122750.9500.390.52155.6990.6225.1
Hex67A4B5F027349c5b19
Octal61721131370476423413331
Binary110111101010010111011111010011111010010011100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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