Html Css Color HEX #076147 Watercourse

📋 copy color: '#076147'

red 7 ◦ green 97 ◦ blue 71

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

Shades of Watercourse #076147

Tints of Watercourse #076147

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.43%

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

R = 4%
G = 55.43%
B = 40.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#076147 (or 0x076147) is known color: Watercourse. HEX triplet: 07, 61 and 47. RGB value is (7,97,71). Sum of RGB (Red+Green+Blue) = 7+97+71=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #076147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076147 is #F89EB8. Grayscale: #434343. Windows color (decimal): -16293561 or 4677895. OLE color: 4677895.

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

Color convert

RGB 7 97 71 -
CMYK 0.93 0 0.27 0.62
HSL 162.67º 0.87% 0.2% -
HSV(B) 162.67º 0.93% 0.38% -
XYZ 5.5 9.05 7.42 -
YUV 67.13 130.18 85.11 -
System Red Green Blue C M Y K H S L
Decimal 7 97 71 0.93 0 0.27 0.62 162.67 0.87 0.2
Hex 7 61 47 5D 0 1B 3E A3 57 14
Octal 7 141 107 135 0 33 76 243 127 24
Binary 111 1100001 1000111 1011101 0 11011 111110 10100011 1010111 10100

Color Harmonies of #076147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076147

Black with #076147

Text Example


Text Example

White with #076147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076147; }

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

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

background-color css

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

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

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

border-color css

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

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

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