#06714A

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

Shades of Watercourse #06714A

Tints of Watercourse #06714A

Color information

#06714A (or 0x06714A) is unknown color: approx Watercourse. HEX triplet: 06, 71 and 4A. RGB value is (6,113,74). Sum of RGB (Red+Green+Blue) = 6+113+74=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #06714A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06714A is #F98EB5. Grayscale: #4C4C4C. Windows color (decimal): -16354998 or 4878598. OLE color: 4878598.

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

Color convert

RGB611374-
CMYK0.9500.350.56
HSL158.13º89.92%23.33%-
HSV(B)158.13º94.69%44.31%-
XYZ7.2212.348.48-
YUV76.56126.5577.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 113 (44.53% from 255) = 58.55%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=3.11%
G=58.55%
B=38.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113740.9500.350.56158.1389.9223.33
Hex6714A5F023389e5a17
Octal61611121370437023613227
Binary110111000110010101011111010001111100010011110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06714A;
 }
 .AnyTagClassName
 {
   color: #06714A;
 }
</style>
background-color css

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

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

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

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

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

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