#077348

Color #077348 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #077348

Tints of Watercourse #077348

Color information

#077348 (or 0x077348) is unknown color: approx Watercourse. HEX triplet: 07, 73 and 48. RGB value is (7,115,72). Sum of RGB (Red+Green+Blue) = 7+115+72=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #077348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077348 is #F88CB7. Grayscale: #4D4D4D. Windows color (decimal): -16288952 or 4748039. OLE color: 4748039.

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

Color convert

RGB711572-
CMYK0.9400.370.55
HSL156.11º88.52%23.92%-
HSV(B)156.11º93.91%45.1%-
XYZ7.3912.778.21-
YUV77.81124.7277.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.61%
GREEN value IS 115 (45.31% from 255) = 59.28%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=3.61%
G=59.28%
B=37.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7115720.9400.370.55156.1188.5223.92
Hex773485E025379c5918
Octal71631101360456723413130
Binary111111001110010001011110010010111011110011100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077348; }

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

 H1.HeaderClassName
 {
   color: #077348;
 }
 .AnyTagClassName
 {
   color: #077348;
 }
</style>
background-color css

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

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

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

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

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

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