Html Css Color HEX #077248 Watercourse

📋 copy color: '#077248'

red 7 ◦ green 114 ◦ blue 72

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

Shades of Watercourse #077248

Tints of Watercourse #077248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.31%

R = 3.63%
G = 59.07%
B = 37.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#077248 (or 0x077248) is known color: Watercourse. HEX triplet: 07, 72 and 48. RGB value is (7,114,72). Sum of RGB (Red+Green+Blue) = 7+114+72=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #077248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077248 is #F88DB7. Grayscale: #4D4D4D. Windows color (decimal): -16289208 or 4747783. OLE color: 4747783.

HSL color Cylindrical-coordinate representation of color #077248: hue angle of 156.45º 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 #077248 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 114 72 -
CMYK 0.94 0 0.37 0.55
HSL 156.45º 0.88% 0.24% -
HSV(B) 156.45º 0.94% 0.45% -
XYZ 7.27 12.55 8.17 -
YUV 77.22 125.05 77.92 -
System Red Green Blue C M Y K H S L
Decimal 7 114 72 0.94 0 0.37 0.55 156.45 0.88 0.24
Hex 7 72 48 5E 0 25 37 9C 58 18
Octal 7 162 110 136 0 45 67 234 130 30
Binary 111 1110010 1001000 1011110 0 100101 110111 10011100 1011000 11000

Color Harmonies of #077248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077248

Black with #077248

Text Example


Text Example

White with #077248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077248; }

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

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

background-color css

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

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

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

border-color css

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

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

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