#0F6E42

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

Shades of Jewel #0F6E42

Tints of Jewel #0F6E42

Color information

#0F6E42 (or 0x0F6E42) is unknown color: approx Jewel. HEX triplet: 0F, 6E and 42. RGB value is (15,110,66). Sum of RGB (Red+Green+Blue) = 15+110+66=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 110 (43.36% from 255 or 57.59% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6E42 is #F091BD. Grayscale: #4C4C4C. Windows color (decimal): -15765950 or 4353551. OLE color: 4353551.

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

Color convert

RGB1511066-
CMYK0.8600.40.57
HSL152.21º76%24.51%-
HSV(B)152.21º86.36%43.14%-
XYZ6.7611.657.05-
YUV76.58122.0384.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.85%
GREEN value IS 110 (43.36% from 255) = 57.59%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=7.85%
G=57.59%
B=34.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15110660.8600.40.57152.217624.51
HexF6E425602839984c19
Octal171561021260507123011431
Binary1111110111010000101010110010100011100110011000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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