Html Css Color HEX #067051 Watercourse

📋 copy color: '#067051'

red 6 ◦ green 112 ◦ blue 81

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

Shades of Watercourse #067051

Tints of Watercourse #067051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.7%

R = 3.02%
G = 56.28%
B = 40.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#067051 (or 0x067051) is known color: Watercourse. HEX triplet: 06, 70 and 51. RGB value is (6,112,81). Sum of RGB (Red+Green+Blue) = 6+112+81=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #067051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067051 is #F98FAE. Grayscale: #4C4C4C. Windows color (decimal): -16355247 or 5337094. OLE color: 5337094.

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

Color convert

RGB 6 112 81 -
CMYK 0.95 0 0.28 0.56
HSL 162.45º 0.9% 0.23% -
HSV(B) 162.45º 0.95% 0.44% -
XYZ 7.35 12.22 9.76 -
YUV 76.77 130.38 77.52 -
System Red Green Blue C M Y K H S L
Decimal 6 112 81 0.95 0 0.28 0.56 162.45 0.9 0.23
Hex 6 70 51 5F 0 1C 38 A2 5A 17
Octal 6 160 121 137 0 34 70 242 132 27
Binary 110 1110000 1010001 1011111 0 11100 111000 10100010 1011010 10111

Color Harmonies of #067051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067051

Black with #067051

Text Example


Text Example

White with #067051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067051; }

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

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

background-color css

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

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

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

border-color css

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

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

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