Html Css Color HEX #06714C Watercourse

📋 copy color: '#06714C'

red 6 ◦ green 113 ◦ blue 76

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

Shades of Watercourse #06714C

Tints of Watercourse #06714C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.97%

R = 3.08%
G = 57.95%
B = 38.97%

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

#06714C (or 0x06714C) is known color: Watercourse. HEX triplet: 06, 71 and 4C. RGB value is (6,113,76). Sum of RGB (Red+Green+Blue) = 6+113+76=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #06714C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06714C is #F98EB3. Grayscale: #4C4C4C. Windows color (decimal): -16354996 or 5009670. OLE color: 5009670.

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

Color convert

RGB 6 113 76 -
CMYK 0.95 0 0.33 0.56
HSL 159.25º 0.9% 0.23% -
HSV(B) 159.25º 0.95% 0.44% -
XYZ 7.28 12.37 8.84 -
YUV 76.79 127.55 77.51 -
System Red Green Blue C M Y K H S L
Decimal 6 113 76 0.95 0 0.33 0.56 159.25 0.9 0.23
Hex 6 71 4C 5F 0 21 38 9F 5A 17
Octal 6 161 114 137 0 41 70 237 132 27
Binary 110 1110001 1001100 1011111 0 100001 111000 10011111 1011010 10111

Color Harmonies of #06714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06714C

Black with #06714C

Text Example


Text Example

White with #06714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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