#06774A

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

Shades of Watercourse #06774A

Tints of Watercourse #06774A

Color information

#06774A (or 0x06774A) is unknown color: approx Watercourse. HEX triplet: 06, 77 and 4A. RGB value is (6,119,74). Sum of RGB (Red+Green+Blue) = 6+119+74=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #06774A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06774A is #F988B5. Grayscale: #505050. Windows color (decimal): -16353462 or 4880134. OLE color: 4880134.

HSL color Cylindrical-coordinate representation of color #06774A: hue angle of 156.11º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06774A is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB611974-
CMYK0.9500.380.53
HSL156.11º90.4%24.51%-
HSV(B)156.11º94.96%46.67%-
XYZ7.9113.738.71-
YUV80.08124.5675.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.02%
GREEN value IS 119 (46.88% from 255) = 59.80%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=3.02%
G=59.80%
B=37.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6119740.9500.380.53156.1190.424.51
Hex6774A5F026359c5a19
Octal61671121370466523413231
Binary110111011110010101011111010011011010110011100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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