#0f704d

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

Shades of Jewel #0F704D

Tints of Jewel #0F704D

Color information

#0F704D (or 0x0F704D) is unknown color: approx Jewel. HEX triplet: 0F, 70 and 4D. RGB value is (15,112,77). Sum of RGB (Red+Green+Blue) = 15+112+77=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #0F704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F704D is #F08FB2. Grayscale: #4F4F4F. Windows color (decimal): -15765427 or 5074959. OLE color: 5074959.

HSL color Cylindrical-coordinate representation of color #0F704D: hue angle of 158.35º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F704D is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1511277-
CMYK0.8700.310.56
HSL158.35º76.38%24.9%-
HSV(B)158.35º86.61%43.92%-
XYZ7.3312.238.99-
YUV79.01126.8682.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.35%
GREEN value IS 112 (44.14% from 255) = 54.90%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=7.35%
G=54.90%
B=37.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15112770.8700.310.56158.3576.3824.9
HexF704D5701F389e4c19
Octal171601151270377023611431
Binary111111100001001101101011101111111100010011110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f704d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,112,77); }

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

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

 a { background-color: rgb(15,112,77); }

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

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

 span { border-color: rgb(15,112,77); }

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