#07614B

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

Shades of Watercourse #07614B

Tints of Watercourse #07614B

Color information

#07614B (or 0x07614B) is unknown color: approx Watercourse. HEX triplet: 07, 61 and 4B. RGB value is (7,97,75). Sum of RGB (Red+Green+Blue) = 7+97+75=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #07614B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07614B is #F89EB4. Grayscale: #434343. Windows color (decimal): -16293557 or 4940039. OLE color: 4940039.

HSL color Cylindrical-coordinate representation of color #07614B: hue angle of 165.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07614B is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB79775-
CMYK0.9300.230.62
HSL165.33º86.54%20.39%-
HSV(B)165.33º92.78%38.04%-
XYZ5.639.18.12-
YUV67.58132.1884.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.91%
GREEN value IS 97 (38.28% from 255) = 54.19%
BLUE value IS 75 (29.69% from 255) = 41.90%
R=3.91%
G=54.19%
B=41.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal797750.9300.230.62165.3386.5420.39
Hex7614B5D0173Ea55714
Octal71411131350277624512724
Binary11111000011001011101110101011111111010100101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07614B; }

 p { color: rgb(7,97,75); }

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

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

 a { background-color: rgb(7,97,75); }

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

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

 span { border-color: rgb(7,97,75); }

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