#0F683F

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

Shades of Jewel #0F683F

Tints of Jewel #0F683F

Color information

#0F683F (or 0x0F683F) is unknown color: approx Jewel. HEX triplet: 0F, 68 and 3F. RGB value is (15,104,63). Sum of RGB (Red+Green+Blue) = 15+104+63=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #0F683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F683F is #F097C0. Grayscale: #484848. Windows color (decimal): -15767489 or 4155407. OLE color: 4155407.

HSL color Cylindrical-coordinate representation of color #0F683F: hue angle of 152.36º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F683F is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1510463-
CMYK0.8600.390.59
HSL152.36º74.79%23.33%-
HSV(B)152.36º85.58%40.78%-
XYZ6.0410.366.38-
YUV72.71122.5186.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.24%
GREEN value IS 104 (41.02% from 255) = 57.14%
BLUE value IS 63 (25% from 255) = 34.62%
R=8.24%
G=57.14%
B=34.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15104630.8600.390.59152.3674.7923.33
HexF683F560273B984b17
Octal17150771260477323011327
Binary111111010001111111010110010011111101110011000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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