Html Css Color HEX #075948 Watercourse

📋 copy color: '#075948'

red 7 ◦ green 89 ◦ blue 72

#075948
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #075948

Tints of Watercourse #075948

RGB

 RED value IS 7 (3.13% 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 value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#075948 (or 0x075948) is known color: 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

RGB 7 89 72 -
CMYK 0.92 0 0.19 0.65
HSL 167.56º 0.85% 0.19% -
HSV(B) 167.56º 0.92% 0.35% -
XYZ 4.83 7.66 7.35 -
YUV 62.54 133.33 88.38 -
System Red Green Blue C M Y K H S L
Decimal 7 89 72 0.92 0 0.19 0.65 167.56 0.85 0.19
Hex 7 59 48 5C 0 13 41 A8 55 13
Octal 7 131 110 134 0 23 101 250 125 23
Binary 111 1011001 1001000 1011100 0 10011 1000001 10101000 1010101 10011

Color Harmonies of #075948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075948

Black with #075948

Text Example


Text Example

White with #075948

Text Example


Text Example

HTML Codes & Css Web 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>