#06734F

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

Shades of Watercourse #06734F

Tints of Watercourse #06734F

Color information

#06734F (or 0x06734F) is unknown color: approx Watercourse. HEX triplet: 06, 73 and 4F. RGB value is (6,115,79). Sum of RGB (Red+Green+Blue) = 6+115+79=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #06734F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06734F is #F98CB0. Grayscale: #4E4E4E. Windows color (decimal): -16354481 or 5206790. OLE color: 5206790.

HSL color Cylindrical-coordinate representation of color #06734F: hue angle of 160.18º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06734F is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB611579-
CMYK0.9500.310.55
HSL160.18º90.08%23.73%-
HSV(B)160.18º94.78%45.1%-
XYZ7.6212.869.48-
YUV78.3128.3976.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3%
GREEN value IS 115 (45.31% from 255) = 57.5%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=3%
G=57.5%
B=39.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6115790.9500.310.55160.1890.0823.73
Hex6734F5F01F37a05a18
Octal61631171370376724013230
Binary11011100111001111101111101111111011110100000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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