#0F684A

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

Shades of Jewel #0F684A

Tints of Jewel #0F684A

Color information

#0F684A (or 0x0F684A) is unknown color: approx Jewel. HEX triplet: 0F, 68 and 4A. RGB value is (15,104,74). Sum of RGB (Red+Green+Blue) = 15+104+74=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #0F684A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F684A is #F097B5. Grayscale: #4A4A4A. Windows color (decimal): -15767478 or 4876303. OLE color: 4876303.

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

Color convert

RGB1510474-
CMYK0.8600.290.59
HSL159.78º74.79%23.33%-
HSV(B)159.78º85.58%40.78%-
XYZ6.3810.58.17-
YUV73.97128.0185.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.77%
GREEN value IS 104 (41.02% from 255) = 53.89%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=7.77%
G=53.89%
B=38.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15104740.8600.290.59159.7874.7923.33
HexF684A5601D3Ba04b17
Octal171501121260357324011327
Binary111111010001001010101011001110111101110100000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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