#076045

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

Shades of Watercourse #076045

Tints of Watercourse #076045

Color information

#076045 (or 0x076045) is unknown color: approx Watercourse. HEX triplet: 07, 60 and 45. RGB value is (7,96,69). Sum of RGB (Red+Green+Blue) = 7+96+69=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #076045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076045 is #F89FBA. Grayscale: #424242. Windows color (decimal): -16293819 or 4546567. OLE color: 4546567.

HSL color Cylindrical-coordinate representation of color #076045: hue angle of 161.8º 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 #076045 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB79669-
CMYK0.9300.280.62
HSL161.8º86.41%20.2%-
HSV(B)161.8º92.71%37.65%-
XYZ5.348.847.05-
YUV66.31129.5185.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.07%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=4.07%
G=55.81%
B=40.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796690.9300.280.62161.886.4120.2
Hex760455D01C3Ea25614
Octal71401051350347624212624
Binary11111000001000101101110101110011111010100010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076045; }

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

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

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

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

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

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

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

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