#0A1807

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

Shades of Myrtle #0A1807

Tints of Myrtle #0A1807

Color information

#0A1807 (or 0x0A1807) is unknown color: approx Myrtle. HEX triplet: 0A, 18 and 07. RGB value is (10,24,7). Sum of RGB (Red+Green+Blue) = 10+24+7=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 24 (9.77% from 255 or 58.54% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1807 is #F5E7F8. Grayscale: #111111. Windows color (decimal): -16115705 or 464906. OLE color: 464906.

HSL color Cylindrical-coordinate representation of color #0A1807: hue angle of 109.41º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A1807 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.91.

Color convert

RGB10247-
CMYK0.5800.710.91
HSL109.41º54.84%6.08%-
HSV(B)109.41º70.83%9.41%-
XYZ0.490.730.32-
YUV17.88121.86122.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 24.39%
GREEN value IS 24 (9.77% from 255) = 58.54%
BLUE value IS 7 (3.12% from 255) = 17.07%
R=24.39%
G=58.54%
B=17.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal102470.5800.710.91109.4154.846.08
HexA1873A0475B6d376
Octal12307720107133155676
Binary1010110001111110100100011110110111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,24,7); }

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

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

 a { background-color: rgb(10,24,7); }

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

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

 span { border-color: rgb(10,24,7); }

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