#075845

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

Shades of Watercourse #075845

Tints of Watercourse #075845

Color information

#075845 (or 0x075845) is unknown color: approx Watercourse. HEX triplet: 07, 58 and 45. RGB value is (7,88,69). Sum of RGB (Red+Green+Blue) = 7+88+69=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #075845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075845 is #F8A7BA. Grayscale: #3D3D3D. Windows color (decimal): -16295867 or 4544519. OLE color: 4544519.

HSL color Cylindrical-coordinate representation of color #075845: hue angle of 165.93º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075845 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB78869-
CMYK0.9200.220.65
HSL165.93º85.26%18.63%-
HSV(B)165.93º92.05%34.51%-
XYZ4.657.456.82-
YUV61.61132.1689.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 88 (34.77% from 255) = 53.66%
BLUE value IS 69 (27.34% from 255) = 42.07%
R=4.27%
G=53.66%
B=42.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal788690.9200.220.65165.9385.2618.63
Hex758455C01641a65513
Octal713010513402610124612523
Binary111101100010001011011100010110100000110100110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075845; }

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

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

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

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

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

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

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

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