#0F6949

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

Shades of Jewel #0F6949

Tints of Jewel #0F6949

Color information

#0F6949 (or 0x0F6949) is unknown color: approx Jewel. HEX triplet: 0F, 69 and 49. RGB value is (15,105,73). Sum of RGB (Red+Green+Blue) = 15+105+73=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #0F6949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6949 is #F096B6. Grayscale: #4A4A4A. Windows color (decimal): -15767223 or 4811023. OLE color: 4811023.

HSL color Cylindrical-coordinate representation of color #0F6949: hue angle of 158.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6949 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1510573-
CMYK0.8600.300.59
HSL158.67º75%23.53%-
HSV(B)158.67º85.71%41.18%-
XYZ6.4510.698.03-
YUV74.44127.1885.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.77%
GREEN value IS 105 (41.41% from 255) = 54.40%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=7.77%
G=54.40%
B=37.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15105730.8600.300.59158.677523.53
HexF69495601E3B9f4b18
Octal171511111260367323711330
Binary111111010011001001101011001111011101110011111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,105,73); }

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

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

 a { background-color: rgb(15,105,73); }

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

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

 span { border-color: rgb(15,105,73); }

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