#07714E

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

Shades of Watercourse #07714E

Tints of Watercourse #07714E

Color information

#07714E (or 0x07714E) is unknown color: approx Watercourse. HEX triplet: 07, 71 and 4E. RGB value is (7,113,78). Sum of RGB (Red+Green+Blue) = 7+113+78=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #07714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07714E is #F88EB1. Grayscale: #4D4D4D. Windows color (decimal): -16289458 or 5140743. OLE color: 5140743.

HSL color Cylindrical-coordinate representation of color #07714E: hue angle of 160.19º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07714E is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB711378-
CMYK0.9400.310.56
HSL160.19º88.33%23.53%-
HSV(B)160.19º93.81%44.31%-
XYZ7.3712.419.21-
YUV77.32128.3877.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.54%
GREEN value IS 113 (44.53% from 255) = 57.07%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=3.54%
G=57.07%
B=39.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7113780.9400.310.56160.1988.3323.53
Hex7714E5E01F38a05818
Octal71611161360377024013030
Binary11111100011001110101111001111111100010100000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07714E; }

 p { color: rgb(7,113,78); }

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

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

 a { background-color: rgb(7,113,78); }

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

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

 span { border-color: rgb(7,113,78); }

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