Html Css Color HEX #06704D Watercourse

📋 copy color: '#06704D'

red 6 ◦ green 112 ◦ blue 77

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

Shades of Watercourse #06704D

Tints of Watercourse #06704D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.49%

R = 3.08%
G = 57.44%
B = 39.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#06704D (or 0x06704D) is known color: Watercourse. HEX triplet: 06, 70 and 4D. RGB value is (6,112,77). Sum of RGB (Red+Green+Blue) = 6+112+77=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #06704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06704D is #F98FB2. Grayscale: #4C4C4C. Windows color (decimal): -16355251 or 5074950. OLE color: 5074950.

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

Color convert

RGB 6 112 77 -
CMYK 0.95 0 0.31 0.56
HSL 160.19º 0.9% 0.23% -
HSV(B) 160.19º 0.95% 0.44% -
XYZ 7.21 12.16 8.99 -
YUV 76.32 128.38 77.85 -
System Red Green Blue C M Y K H S L
Decimal 6 112 77 0.95 0 0.31 0.56 160.19 0.9 0.23
Hex 6 70 4D 5F 0 1F 38 A0 5A 17
Octal 6 160 115 137 0 37 70 240 132 27
Binary 110 1110000 1001101 1011111 0 11111 111000 10100000 1011010 10111

Color Harmonies of #06704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06704D

Black with #06704D

Text Example


Text Example

White with #06704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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