Html Css Color HEX #067054 Watercourse

📋 copy color: '#067054'

red 6 ◦ green 112 ◦ blue 84

#067054
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #067054

Tints of Watercourse #067054

RGB

 RED value IS 6 (2.73% from 255) = 2.97%

 GREEN value IS 112 (44.14% from 255) = 55.45%

 BLUE value IS 84 (33.2% from 255) = 41.58%

R = 2.97%
G = 55.45%
B = 41.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#067054 (or 0x067054) is known color: Watercourse. HEX triplet: 06, 70 and 54. RGB value is (6,112,84). Sum of RGB (Red+Green+Blue) = 6+112+84=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #067054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067054 is #F98FAB. Grayscale: #4D4D4D. Windows color (decimal): -16355244 or 5533702. OLE color: 5533702.

HSL color Cylindrical-coordinate representation of color #067054: hue angle of 164.15º 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 #067054 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 84 -
CMYK 0.95 0 0.25 0.56
HSL 164.15º 0.9% 0.23% -
HSV(B) 164.15º 0.95% 0.44% -
XYZ 7.47 12.27 10.36 -
YUV 77.11 131.88 77.28 -
System Red Green Blue C M Y K H S L
Decimal 6 112 84 0.95 0 0.25 0.56 164.15 0.9 0.23
Hex 6 70 54 5F 0 19 38 A4 5A 17
Octal 6 160 124 137 0 31 70 244 132 27
Binary 110 1110000 1010100 1011111 0 11001 111000 10100100 1011010 10111

Color Harmonies of #067054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067054

Black with #067054

Text Example


Text Example

White with #067054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067054; }

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

 H1.HeaderClassName
 {
   color: #067054;
 }
 .AnyTagClassName
 {
   color: #067054;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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