#0F6E3F

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

Shades of Jewel #0F6E3F

Tints of Jewel #0F6E3F

Color information

#0F6E3F (or 0x0F6E3F) is unknown color: approx Jewel. HEX triplet: 0F, 6E and 3F. RGB value is (15,110,63). Sum of RGB (Red+Green+Blue) = 15+110+63=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 110 (43.36% from 255 or 58.51% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6E3F is #F091C0. Grayscale: #4C4C4C. Windows color (decimal): -15765953 or 4156943. OLE color: 4156943.

HSL color Cylindrical-coordinate representation of color #0F6E3F: hue angle of 150.32º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6E3F is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB1511063-
CMYK0.8600.430.57
HSL150.32º76%24.51%-
HSV(B)150.32º86.36%43.14%-
XYZ6.6711.616.59-
YUV76.24120.5384.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.98%
GREEN value IS 110 (43.36% from 255) = 58.51%
BLUE value IS 63 (25% from 255) = 33.51%
R=7.98%
G=58.51%
B=33.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15110630.8600.430.57150.327624.51
HexF6E3F5602B39964c19
Octal17156771260537122611431
Binary111111011101111111010110010101111100110010110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,110,63); }

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

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

 a { background-color: rgb(15,110,63); }

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

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

 span { border-color: rgb(15,110,63); }

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