Html Css Color HEX #06704A Watercourse

📋 copy color: '#06704A'

red 6 ◦ green 112 ◦ blue 74

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

Shades of Watercourse #06704A

Tints of Watercourse #06704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.54%

R = 3.13%
G = 58.33%
B = 38.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#06704A (or 0x06704A) is known color: Watercourse. HEX triplet: 06, 70 and 4A. RGB value is (6,112,74). Sum of RGB (Red+Green+Blue) = 6+112+74=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #06704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06704A is #F98FB5. Grayscale: #4C4C4C. Windows color (decimal): -16355254 or 4878342. OLE color: 4878342.

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

Color convert

RGB 6 112 74 -
CMYK 0.95 0 0.34 0.56
HSL 158.49º 0.9% 0.23% -
HSV(B) 158.49º 0.95% 0.44% -
XYZ 7.11 12.12 8.44 -
YUV 75.97 126.88 78.09 -
System Red Green Blue C M Y K H S L
Decimal 6 112 74 0.95 0 0.34 0.56 158.49 0.9 0.23
Hex 6 70 4A 5F 0 22 38 9E 5A 17
Octal 6 160 112 137 0 42 70 236 132 27
Binary 110 1110000 1001010 1011111 0 100010 111000 10011110 1011010 10111

Color Harmonies of #06704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06704A

Black with #06704A

Text Example


Text Example

White with #06704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06704A; }

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

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

background-color css

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

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

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

border-color css

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

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

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