Html Css Color HEX #076048 Watercourse

📋 copy color: '#076048'

red 7 ◦ green 96 ◦ blue 72

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

Shades of Watercourse #076048

Tints of Watercourse #076048

RGB

 RED value IS 7 (3.13% from 255) = 4%

 GREEN value IS 96 (37.89% from 255) = 54.86%

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 4%
G = 54.86%
B = 41.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#076048 (or 0x076048) is known color: Watercourse. HEX triplet: 07, 60 and 48. RGB value is (7,96,72). Sum of RGB (Red+Green+Blue) = 7+96+72=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #076048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076048 is #F89FB7. Grayscale: #424242. Windows color (decimal): -16293816 or 4743175. OLE color: 4743175.

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

Color convert

RGB 7 96 72 -
CMYK 0.93 0 0.25 0.62
HSL 163.82º 0.86% 0.2% -
HSV(B) 163.82º 0.93% 0.38% -
XYZ 5.44 8.88 7.56 -
YUV 66.65 131.01 85.45 -
System Red Green Blue C M Y K H S L
Decimal 7 96 72 0.93 0 0.25 0.62 163.82 0.86 0.2
Hex 7 60 48 5D 0 19 3E A4 56 14
Octal 7 140 110 135 0 31 76 244 126 24
Binary 111 1100000 1001000 1011101 0 11001 111110 10100100 1010110 10100

Color Harmonies of #076048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076048

Black with #076048

Text Example


Text Example

White with #076048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076048; }

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

 H1.HeaderClassName
 {
   color: #076048;
 }
 .AnyTagClassName
 {
   color: #076048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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