#076048

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

Shades of Watercourse #076048

Tints of Watercourse #076048

Color information

#076048 (or 0x076048) is unknown color: approx Watercourse. HEX triplet: 07, 60 and 48. RGB value is (7,96,72). Sum of RGB (Red+Green+Blue) = 7+96+72=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #076048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076048 is #F89FB7. Grayscale: #424242. Windows color (decimal): -16293816 or 4743175. OLE color: 4743175.

HSL color Cylindrical-coordinate representation of color #076048: hue angle of 163.82º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076048 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB79672-
CMYK0.9300.250.62
HSL163.82º86.41%20.2%-
HSV(B)163.82º92.71%37.65%-
XYZ5.448.887.56-
YUV66.65131.0185.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4%
GREEN value IS 96 (37.89% from 255) = 54.86%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=4%
G=54.86%
B=41.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796720.9300.250.62163.8286.4120.2
Hex760485D0193Ea45614
Octal71401101350317624412624
Binary11111000001001000101110101100111111010100100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076048; }

 p { color: rgb(7,96,72); }

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

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

 a { background-color: rgb(7,96,72); }

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

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

 span { border-color: rgb(7,96,72); }

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