Html Css Color HEX #067149 Watercourse

📋 copy color: '#067149'

red 6 ◦ green 113 ◦ blue 73

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

Shades of Watercourse #067149

Tints of Watercourse #067149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 58.85%

 BLUE value IS 73 (28.91% from 255) = 38.02%

R = 3.13%
G = 58.85%
B = 38.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#067149 (or 0x067149) is known color: Watercourse. HEX triplet: 06, 71 and 49. RGB value is (6,113,73). Sum of RGB (Red+Green+Blue) = 6+113+73=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #067149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067149 is #F98EB6. Grayscale: #4C4C4C. Windows color (decimal): -16354999 or 4813062. OLE color: 4813062.

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

Color convert

RGB 6 113 73 -
CMYK 0.95 0 0.35 0.56
HSL 157.57º 0.9% 0.23% -
HSV(B) 157.57º 0.95% 0.44% -
XYZ 7.18 12.33 8.3 -
YUV 76.45 126.05 77.75 -
System Red Green Blue C M Y K H S L
Decimal 6 113 73 0.95 0 0.35 0.56 157.57 0.9 0.23
Hex 6 71 49 5F 0 23 38 9E 5A 17
Octal 6 161 111 137 0 43 70 236 132 27
Binary 110 1110001 1001001 1011111 0 100011 111000 10011110 1011010 10111

Color Harmonies of #067149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067149

Black with #067149

Text Example


Text Example

White with #067149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067149; }

 p { color: rgb(6,113,73); }

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

background-color css

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

 a { background-color: rgb(6,113,73); }

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

border-color css

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

 span { border-color: rgb(6,113,73); }

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