#0F604F

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

Shades of Watercourse #0F604F

Tints of Watercourse #0F604F

Color information

#0F604F (or 0x0F604F) is unknown color: approx Watercourse. HEX triplet: 0F, 60 and 4F. RGB value is (15,96,79). Sum of RGB (Red+Green+Blue) = 15+96+79=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #0F604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F604F is #F09FB0. Grayscale: #454545. Windows color (decimal): -15769521 or 5201935. OLE color: 5201935.

HSL color Cylindrical-coordinate representation of color #0F604F: hue angle of 167.41º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F604F is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB159679-
CMYK0.8400.180.62
HSL167.41º72.97%21.76%-
HSV(B)167.41º84.38%37.65%-
XYZ5.799.038.84-
YUV69.84133.1688.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.89%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=7.89%
G=50.53%
B=41.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1596790.8400.180.62167.4172.9721.76
HexF604F540123Ea74916
Octal171401171240227624711126
Binary111111000001001111101010001001011111010100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F604F; }

 p { color: rgb(15,96,79); }

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

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

 a { background-color: rgb(15,96,79); }

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

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

 span { border-color: rgb(15,96,79); }

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