#07614A

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

Shades of Watercourse #07614A

Tints of Watercourse #07614A

Color information

#07614A (or 0x07614A) is unknown color: approx Watercourse. HEX triplet: 07, 61 and 4A. RGB value is (7,97,74). Sum of RGB (Red+Green+Blue) = 7+97+74=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #07614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07614A is #F89EB5. Grayscale: #434343. Windows color (decimal): -16293558 or 4874503. OLE color: 4874503.

HSL color Cylindrical-coordinate representation of color #07614A: hue angle of 164.67º 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 #07614A is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB79774-
CMYK0.9300.240.62
HSL164.67º86.54%20.39%-
HSV(B)164.67º92.78%38.04%-
XYZ5.69.097.94-
YUV67.47131.6884.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.93%
GREEN value IS 97 (38.28% from 255) = 54.49%
BLUE value IS 74 (29.30% from 255) = 41.57%
R=3.93%
G=54.49%
B=41.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal797740.9300.240.62164.6786.5420.39
Hex7614A5D0183Ea55714
Octal71411121350307624512724
Binary11111000011001010101110101100011111010100101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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