#075948

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

Shades of Watercourse #075948

Tints of Watercourse #075948

Color information

#075948 (or 0x075948) is unknown color: approx Watercourse. HEX triplet: 07, 59 and 48. RGB value is (7,89,72). Sum of RGB (Red+Green+Blue) = 7+89+72=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #075948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075948 is #F8A6B7. Grayscale: #3E3E3E. Windows color (decimal): -16295608 or 4741383. OLE color: 4741383.

HSL color Cylindrical-coordinate representation of color #075948: hue angle of 167.56º 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 #075948 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB78972-
CMYK0.9200.190.65
HSL167.56º85.42%18.82%-
HSV(B)167.56º92.13%34.9%-
XYZ4.837.667.35-
YUV62.54133.3388.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.17%
GREEN value IS 89 (35.16% from 255) = 52.98%
BLUE value IS 72 (28.52% from 255) = 42.86%
R=4.17%
G=52.98%
B=42.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal789720.9200.190.65167.5685.4218.82
Hex759485C01341a85513
Octal713111013402310125012523
Binary111101100110010001011100010011100000110101000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075948; }

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

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

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

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

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

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

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

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