Html Css Color HEX #076146 Watercourse

📋 copy color: '#076146'

red 7 ◦ green 97 ◦ blue 70

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

Shades of Watercourse #076146

Tints of Watercourse #076146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.23%

R = 4.02%
G = 55.75%
B = 40.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#076146 (or 0x076146) is known color: Watercourse. HEX triplet: 07, 61 and 46. RGB value is (7,97,70). Sum of RGB (Red+Green+Blue) = 7+97+70=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #076146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076146 is #F89EB9. Grayscale: #434343. Windows color (decimal): -16293562 or 4612359. OLE color: 4612359.

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

Color convert

RGB 7 97 70 -
CMYK 0.93 0 0.28 0.62
HSL 162º 0.87% 0.2% -
HSV(B) 162º 0.93% 0.38% -
XYZ 5.47 9.04 7.25 -
YUV 67.01 129.68 85.2 -
System Red Green Blue C M Y K H S L
Decimal 7 97 70 0.93 0 0.28 0.62 162 0.87 0.2
Hex 7 61 46 5D 0 1C 3E A2 57 14
Octal 7 141 106 135 0 34 76 242 127 24
Binary 111 1100001 1000110 1011101 0 11100 111110 10100010 1010111 10100

Color Harmonies of #076146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076146

Black with #076146

Text Example


Text Example

White with #076146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076146; }

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

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

background-color css

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

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

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

border-color css

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

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

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