#0F6A41

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

Shades of Jewel #0F6A41

Tints of Jewel #0F6A41

Color information

#0F6A41 (or 0x0F6A41) is unknown color: approx Jewel. HEX triplet: 0F, 6A and 41. RGB value is (15,106,65). Sum of RGB (Red+Green+Blue) = 15+106+65=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 106 (41.80% from 255 or 56.99% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 106 - color contains mainly: green. Hex color #0F6A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6A41 is #F095BE. Grayscale: #4A4A4A. Windows color (decimal): -15766975 or 4286991. OLE color: 4286991.

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

Color convert

RGB1510665-
CMYK0.8600.390.58
HSL152.97º75.21%23.73%-
HSV(B)152.97º85.85%41.57%-
XYZ6.3110.796.75-
YUV74.12122.8585.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.06%
GREEN value IS 106 (41.80% from 255) = 56.99%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=8.06%
G=56.99%
B=34.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15106650.8600.390.58152.9775.2123.73
HexF6A41560273A994b18
Octal171521011260477223111330
Binary1111110101010000011010110010011111101010011001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,106,65); }

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

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

 a { background-color: rgb(15,106,65); }

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

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

 span { border-color: rgb(15,106,65); }

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