#0F6C44

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

Shades of Jewel #0F6C44

Tints of Jewel #0F6C44

Color information

#0F6C44 (or 0x0F6C44) is unknown color: approx Jewel. HEX triplet: 0F, 6C and 44. RGB value is (15,108,68). Sum of RGB (Red+Green+Blue) = 15+108+68=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6C44 is #F093BB. Grayscale: #4B4B4B. Windows color (decimal): -15766460 or 4484111. OLE color: 4484111.

HSL color Cylindrical-coordinate representation of color #0F6C44: hue angle of 154.19º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6C44 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.

Color convert

RGB1510868-
CMYK0.8600.370.58
HSL154.19º75.61%24.12%-
HSV(B)154.19º86.11%42.35%-
XYZ6.611.247.29-
YUV75.63123.6984.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.85%
GREEN value IS 108 (42.58% from 255) = 56.54%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=7.85%
G=56.54%
B=35.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15108680.8600.370.58154.1975.6124.12
HexF6C44560253A9a4c18
Octal171541041260457223211430
Binary1111110110010001001010110010010111101010011010100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,108,68); }

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

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

 a { background-color: rgb(15,108,68); }

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

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

 span { border-color: rgb(15,108,68); }

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