#06714F

Color #06714F Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #06714F

Tints of Watercourse #06714F

Color information

#06714F (or 0x06714F) is unknown color: approx 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

RGB611379-
CMYK0.9500.300.56
HSL160.93º89.92%23.33%-
HSV(B)160.93º94.69%44.31%-
XYZ7.3912.419.4-
YUV77.13129.0577.26-

RGB Variations

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

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.90%
R=3.03%
G=57.07%
B=39.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113790.9500.300.56160.9389.9223.33
Hex6714F5F01E38a15a17
Octal61611171370367024113227
Binary11011100011001111101111101111011100010100001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>