#0F6048

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

Shades of Jewel #0F6048

Tints of Jewel #0F6048

Color information

#0F6048 (or 0x0F6048) is unknown color: approx Jewel. HEX triplet: 0F, 60 and 48. RGB value is (15,96,72). Sum of RGB (Red+Green+Blue) = 15+96+72=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #0F6048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6048 is #F09FB7. Grayscale: #454545. Windows color (decimal): -15769528 or 4743183. OLE color: 4743183.

HSL color Cylindrical-coordinate representation of color #0F6048: hue angle of 162.22º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F6048 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB159672-
CMYK0.8400.250.62
HSL162.22º72.97%21.76%-
HSV(B)162.22º84.38%37.65%-
XYZ5.558.947.56-
YUV69.04129.6689.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.20%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=8.20%
G=52.46%
B=39.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1596720.8400.250.62162.2272.9721.76
HexF6048540193Ea24916
Octal171401101240317624211126
Binary111111000001001000101010001100111111010100010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,96,72); }

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

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

 a { background-color: rgb(15,96,72); }

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

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

 span { border-color: rgb(15,96,72); }

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