Html Css Color HEX #06714F Watercourse

📋 copy color: '#06714F'

red 6 ◦ green 113 ◦ blue 79

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

Shades of Watercourse #06714F

Tints of Watercourse #06714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.9%

R = 3.03%
G = 57.07%
B = 39.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#06714F (or 0x06714F) is known color: Watercourse. HEX triplet: 06, 71 and 4F. RGB value is (6,113,79). Sum of RGB (Red+Green+Blue) = 6+113+79=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #06714F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06714F is #F98EB0. Grayscale: #4D4D4D. Windows color (decimal): -16354993 or 5206278. OLE color: 5206278.

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

Color convert

RGB 6 113 79 -
CMYK 0.95 0 0.30 0.56
HSL 160.93º 0.9% 0.23% -
HSV(B) 160.93º 0.95% 0.44% -
XYZ 7.39 12.41 9.4 -
YUV 77.13 129.05 77.26 -
System Red Green Blue C M Y K H S L
Decimal 6 113 79 0.95 0 0.30 0.56 160.93 0.9 0.23
Hex 6 71 4F 5F 0 1E 38 A1 5A 17
Octal 6 161 117 137 0 36 70 241 132 27
Binary 110 1110001 1001111 1011111 0 11110 111000 10100001 1011010 10111

Color Harmonies of #06714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06714F

Black with #06714F

Text Example


Text Example

White with #06714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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