Html Css Color HEX #06714D Watercourse

📋 copy color: '#06714D'

red 6 ◦ green 113 ◦ blue 77

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

Shades of Watercourse #06714D

Tints of Watercourse #06714D

RGB

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

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

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

R = 3.06%
G = 57.65%
B = 39.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#06714D (or 0x06714D) is known color: Watercourse. HEX triplet: 06, 71 and 4D. RGB value is (6,113,77). Sum of RGB (Red+Green+Blue) = 6+113+77=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #06714D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06714D is #F98EB2. Grayscale: #4C4C4C. Windows color (decimal): -16354995 or 5075206. OLE color: 5075206.

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

Color convert

RGB 6 113 77 -
CMYK 0.95 0 0.32 0.56
HSL 159.81º 0.9% 0.23% -
HSV(B) 159.81º 0.95% 0.44% -
XYZ 7.32 12.38 9.03 -
YUV 76.9 128.05 77.43 -
System Red Green Blue C M Y K H S L
Decimal 6 113 77 0.95 0 0.32 0.56 159.81 0.9 0.23
Hex 6 71 4D 5F 0 20 38 A0 5A 17
Octal 6 161 115 137 0 40 70 240 132 27
Binary 110 1110001 1001101 1011111 0 100000 111000 10100000 1011010 10111

Color Harmonies of #06714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06714D

Black with #06714D

Text Example


Text Example

White with #06714D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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