#0F6743

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

Shades of Jewel #0F6743

Tints of Jewel #0F6743

Color information

#0F6743 (or 0x0F6743) is unknown color: approx Jewel. HEX triplet: 0F, 67 and 43. RGB value is (15,103,67). Sum of RGB (Red+Green+Blue) = 15+103+67=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6743 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6743 is #F098BC. Grayscale: #484848. Windows color (decimal): -15767741 or 4417295. OLE color: 4417295.

HSL color Cylindrical-coordinate representation of color #0F6743: hue angle of 155.45º 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 #0F6743 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB1510367-
CMYK0.8500.350.60
HSL155.45º74.58%23.14%-
HSV(B)155.45º85.44%40.39%-
XYZ6.0610.216.96-
YUV72.58124.8586.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.11%
GREEN value IS 103 (40.62% from 255) = 55.68%
BLUE value IS 67 (26.56% from 255) = 36.22%
R=8.11%
G=55.68%
B=36.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15103670.8500.350.60155.4574.5823.14
HexF6743550233C9b4b17
Octal171471031250437423311327
Binary1111110011110000111010101010001111110010011011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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