#076245

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

Shades of Watercourse #076245

Tints of Watercourse #076245

Color information

#076245 (or 0x076245) is unknown color: approx Watercourse. HEX triplet: 07, 62 and 45. RGB value is (7,98,69). Sum of RGB (Red+Green+Blue) = 7+98+69=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #076245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076245 is #F89DBA. Grayscale: #434343. Windows color (decimal): -16293307 or 4547079. OLE color: 4547079.

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

Color convert

RGB79869-
CMYK0.9300.300.62
HSL160.88º86.67%20.59%-
HSV(B)160.88º92.86%38.43%-
XYZ5.539.217.12-
YUV67.48128.8584.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 98 (38.67% from 255) = 56.32%
BLUE value IS 69 (27.34% from 255) = 39.66%
R=4.02%
G=56.32%
B=39.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798690.9300.300.62160.8886.6720.59
Hex762455D01E3Ea15715
Octal71421051350367624112725
Binary11111000101000101101110101111011111010100001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076245; }

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

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

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

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

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

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

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

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