Html Css Color HEX #076047 Watercourse

📋 copy color: '#076047'

red 7 ◦ green 96 ◦ blue 71

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

Shades of Watercourse #076047

Tints of Watercourse #076047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.8%

R = 4.02%
G = 55.17%
B = 40.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#076047 (or 0x076047) is known color: Watercourse. HEX triplet: 07, 60 and 47. RGB value is (7,96,71). Sum of RGB (Red+Green+Blue) = 7+96+71=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #076047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076047 is #F89FB8. Grayscale: #424242. Windows color (decimal): -16293817 or 4677639. OLE color: 4677639.

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

Color convert

RGB 7 96 71 -
CMYK 0.93 0 0.26 0.62
HSL 163.15º 0.86% 0.2% -
HSV(B) 163.15º 0.93% 0.38% -
XYZ 5.41 8.87 7.39 -
YUV 66.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 7 96 71 0.93 0 0.26 0.62 163.15 0.86 0.2
Hex 7 60 47 5D 0 1A 3E A3 56 14
Octal 7 140 107 135 0 32 76 243 126 24
Binary 111 1100000 1000111 1011101 0 11010 111110 10100011 1010110 10100

Color Harmonies of #076047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076047

Black with #076047

Text Example


Text Example

White with #076047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076047; }

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

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

background-color css

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

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

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

border-color css

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

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

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