#0F6E45

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

Shades of Jewel #0F6E45

Tints of Jewel #0F6E45

Color information

#0F6E45 (or 0x0F6E45) is unknown color: approx Jewel. HEX triplet: 0F, 6E and 45. RGB value is (15,110,69). Sum of RGB (Red+Green+Blue) = 15+110+69=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 110 (43.36% from 255 or 56.70% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6E45 is #F091BA. Grayscale: #4C4C4C. Windows color (decimal): -15765947 or 4550159. OLE color: 4550159.

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

Color convert

RGB1511069-
CMYK0.8600.370.57
HSL154.11º76%24.51%-
HSV(B)154.11º86.36%43.14%-
XYZ6.8511.687.52-
YUV76.92123.5383.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.73%
GREEN value IS 110 (43.36% from 255) = 56.70%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=7.73%
G=56.70%
B=35.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15110690.8600.370.57154.117624.51
HexF6E4556025399a4c19
Octal171561051260457123211431
Binary1111110111010001011010110010010111100110011010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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