Html Css Color HEX #06704B Watercourse

📋 copy color: '#06704B'

red 6 ◦ green 112 ◦ blue 75

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

Shades of Watercourse #06704B

Tints of Watercourse #06704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.86%

R = 3.11%
G = 58.03%
B = 38.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#06704B (or 0x06704B) is known color: Watercourse. HEX triplet: 06, 70 and 4B. RGB value is (6,112,75). Sum of RGB (Red+Green+Blue) = 6+112+75=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #06704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06704B is #F98FB4. Grayscale: #4C4C4C. Windows color (decimal): -16355253 or 4943878. OLE color: 4943878.

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

Color convert

RGB 6 112 75 -
CMYK 0.95 0 0.33 0.56
HSL 159.06º 0.9% 0.23% -
HSV(B) 159.06º 0.95% 0.44% -
XYZ 7.14 12.14 8.62 -
YUV 76.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 6 112 75 0.95 0 0.33 0.56 159.06 0.9 0.23
Hex 6 70 4B 5F 0 21 38 9F 5A 17
Octal 6 160 113 137 0 41 70 237 132 27
Binary 110 1110000 1001011 1011111 0 100001 111000 10011111 1011010 10111

Color Harmonies of #06704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06704B

Black with #06704B

Text Example


Text Example

White with #06704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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