#0F6747

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

Shades of Jewel #0F6747

Tints of Jewel #0F6747

Color information

#0F6747 (or 0x0F6747) is unknown color: approx Jewel. HEX triplet: 0F, 67 and 47. RGB value is (15,103,71). Sum of RGB (Red+Green+Blue) = 15+103+71=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6747 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6747 is #F098B8. Grayscale: #494949. Windows color (decimal): -15767737 or 4679439. OLE color: 4679439.

HSL color Cylindrical-coordinate representation of color #0F6747: hue angle of 158.18º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6747 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB1510371-
CMYK0.8500.310.60
HSL158.18º74.58%23.14%-
HSV(B)158.18º85.44%40.39%-
XYZ6.1810.267.62-
YUV73.04126.8586.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.94%
GREEN value IS 103 (40.62% from 255) = 54.50%
BLUE value IS 71 (28.12% from 255) = 37.57%
R=7.94%
G=54.50%
B=37.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15103710.8500.310.60158.1874.5823.14
HexF67475501F3C9e4b17
Octal171471071250377423611327
Binary111111001111000111101010101111111110010011110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,103,71); }

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

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

 a { background-color: rgb(15,103,71); }

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

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

 span { border-color: rgb(15,103,71); }

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