Html Css Color HEX #076046 Watercourse

📋 copy color: '#076046'

red 7 ◦ green 96 ◦ blue 70

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

Shades of Watercourse #076046

Tints of Watercourse #076046

RGB

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

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

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

R = 4.05%
G = 55.49%
B = 40.46%

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

#076046 (or 0x076046) is known color: Watercourse. HEX triplet: 07, 60 and 46. RGB value is (7,96,70). Sum of RGB (Red+Green+Blue) = 7+96+70=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #076046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076046 is #F89FB9. Grayscale: #424242. Windows color (decimal): -16293818 or 4612103. OLE color: 4612103.

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

Color convert

RGB 7 96 70 -
CMYK 0.93 0 0.27 0.62
HSL 162.47º 0.86% 0.2% -
HSV(B) 162.47º 0.93% 0.38% -
XYZ 5.38 8.85 7.22 -
YUV 66.43 130.01 85.61 -
System Red Green Blue C M Y K H S L
Decimal 7 96 70 0.93 0 0.27 0.62 162.47 0.86 0.2
Hex 7 60 46 5D 0 1B 3E A2 56 14
Octal 7 140 106 135 0 33 76 242 126 24
Binary 111 1100000 1000110 1011101 0 11011 111110 10100010 1010110 10100

Color Harmonies of #076046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076046

Black with #076046

Text Example


Text Example

White with #076046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076046; }

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

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

background-color css

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

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

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

border-color css

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

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

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