#07774F

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

Shades of Watercourse #07774F

Tints of Watercourse #07774F

Color information

#07774F (or 0x07774F) is unknown color: approx Watercourse. HEX triplet: 07, 77 and 4F. RGB value is (7,119,79). Sum of RGB (Red+Green+Blue) = 7+119+79=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #07774F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07774F is #F888B0. Grayscale: #505050. Windows color (decimal): -16287921 or 5207815. OLE color: 5207815.

HSL color Cylindrical-coordinate representation of color #07774F: hue angle of 158.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07774F is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB711979-
CMYK0.9400.340.53
HSL158.57º88.89%24.71%-
HSV(B)158.57º94.12%46.67%-
XYZ8.113.89.63-
YUV80.95126.8975.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.41%
GREEN value IS 119 (46.88% from 255) = 58.05%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=3.41%
G=58.05%
B=38.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7119790.9400.340.53158.5788.8924.71
Hex7774F5E022359f5919
Octal71671171360426523713131
Binary111111011110011111011110010001011010110011111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07774F; }

 p { color: rgb(7,119,79); }

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

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

 a { background-color: rgb(7,119,79); }

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

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

 span { border-color: rgb(7,119,79); }

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