#0F6C3F

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

Shades of Jewel #0F6C3F

Tints of Jewel #0F6C3F

Color information

#0F6C3F (or 0x0F6C3F) is unknown color: approx Jewel. HEX triplet: 0F, 6C and 3F. RGB value is (15,108,63). Sum of RGB (Red+Green+Blue) = 15+108+63=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 108 (42.58% from 255 or 58.06% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6C3F is #F093C0. Grayscale: #4B4B4B. Windows color (decimal): -15766465 or 4156431. OLE color: 4156431.

HSL color Cylindrical-coordinate representation of color #0F6C3F: hue angle of 150.97º 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 #0F6C3F is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB1510863-
CMYK0.8600.420.58
HSL150.97º75.61%24.12%-
HSV(B)150.97º86.11%42.35%-
XYZ6.4611.196.52-
YUV75.06121.1985.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.06%
GREEN value IS 108 (42.58% from 255) = 58.06%
BLUE value IS 63 (25% from 255) = 33.87%
R=8.06%
G=58.06%
B=33.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15108630.8600.420.58150.9775.6124.12
HexF6C3F5602A3A974c18
Octal17154771260527222711430
Binary111111011001111111010110010101011101010010111100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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