#0F6E3D

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

Shades of Jewel #0F6E3D

Tints of Jewel #0F6E3D

Color information

#0F6E3D (or 0x0F6E3D) is unknown color: approx Jewel. HEX triplet: 0F, 6E and 3D. RGB value is (15,110,61). Sum of RGB (Red+Green+Blue) = 15+110+61=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 110 (43.36% from 255 or 59.14% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6E3D is #F091C2. Grayscale: #4C4C4C. Windows color (decimal): -15765955 or 4025871. OLE color: 4025871.

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

Color convert

RGB1511061-
CMYK0.8600.450.57
HSL149.05º76%24.51%-
HSV(B)149.05º86.36%43.14%-
XYZ6.6211.596.3-
YUV76.01119.5384.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.06%
GREEN value IS 110 (43.36% from 255) = 59.14%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=8.06%
G=59.14%
B=32.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15110610.8600.450.57149.057624.51
HexF6E3D5602D39954c19
Octal17156751260557122511431
Binary111111011101111011010110010110111100110010101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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