Html Css Color HEX #077246 Watercourse

📋 copy color: '#077246'

red 7 ◦ green 114 ◦ blue 70

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

Shades of Watercourse #077246

Tints of Watercourse #077246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 59.69%

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

R = 3.66%
G = 59.69%
B = 36.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#077246 (or 0x077246) is known color: Watercourse. HEX triplet: 07, 72 and 46. RGB value is (7,114,70). Sum of RGB (Red+Green+Blue) = 7+114+70=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 114 (44.92% from 255 or 59.69% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 114 - color contains mainly: green. Hex color #077246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077246 is #F88DB9. Grayscale: #4D4D4D. Windows color (decimal): -16289210 or 4616711. OLE color: 4616711.

HSL color Cylindrical-coordinate representation of color #077246: hue angle of 155.33º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077246 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 114 70 -
CMYK 0.94 0 0.39 0.55
HSL 155.33º 0.88% 0.24% -
HSV(B) 155.33º 0.94% 0.45% -
XYZ 7.21 12.52 7.83 -
YUV 76.99 124.05 78.08 -
System Red Green Blue C M Y K H S L
Decimal 7 114 70 0.94 0 0.39 0.55 155.33 0.88 0.24
Hex 7 72 46 5E 0 27 37 9B 58 18
Octal 7 162 106 136 0 47 67 233 130 30
Binary 111 1110010 1000110 1011110 0 100111 110111 10011011 1011000 11000

Color Harmonies of #077246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077246

Black with #077246

Text Example


Text Example

White with #077246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077246; }

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

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

background-color css

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

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

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

border-color css

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

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

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