#0F7354

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

Shades of Watercourse #0F7354

Tints of Watercourse #0F7354

Color information

#0F7354 (or 0x0F7354) is unknown color: approx Watercourse. HEX triplet: 0F, 73 and 54. RGB value is (15,115,84). Sum of RGB (Red+Green+Blue) = 15+115+84=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #0F7354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7354 is #F08CAB. Grayscale: #515151. Windows color (decimal): -15764652 or 5534479. OLE color: 5534479.

HSL color Cylindrical-coordinate representation of color #0F7354: hue angle of 161.4º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7354 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1511584-
CMYK0.8700.270.55
HSL161.4º76.92%25.49%-
HSV(B)161.4º86.96%45.1%-
XYZ7.931310.48-
YUV81.57129.3780.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.01%
GREEN value IS 115 (45.31% from 255) = 53.74%
BLUE value IS 84 (33.20% from 255) = 39.25%
R=7.01%
G=53.74%
B=39.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15115840.8700.270.55161.476.9225.49
HexF73545701B37a14d19
Octal171631241270336724111531
Binary111111100111010100101011101101111011110100001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,115,84); }

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

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

 a { background-color: rgb(15,115,84); }

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

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

 span { border-color: rgb(15,115,84); }

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