#0A1707

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

Shades of Myrtle #0A1707

Tints of Myrtle #0A1707

Color information

#0A1707 (or 0x0A1707) is unknown color: approx Myrtle. HEX triplet: 0A, 17 and 07. RGB value is (10,23,7). Sum of RGB (Red+Green+Blue) = 10+23+7=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 23 (9.38% from 255 or 57.5% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 23 - color contains mainly: green. Hex color #0A1707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1707 is #F5E8F8. Grayscale: #111111. Windows color (decimal): -16115961 or 464650. OLE color: 464650.

HSL color Cylindrical-coordinate representation of color #0A1707: hue angle of 108.75º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A1707 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.91.

Color convert

RGB10237-
CMYK0.5700.700.91
HSL108.75º53.33%5.88%-
HSV(B)108.75º69.57%9.02%-
XYZ0.470.690.31-
YUV17.29122.19122.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25%
GREEN value IS 23 (9.38% from 255) = 57.5%
BLUE value IS 7 (3.12% from 255) = 17.5%
R=25%
G=57.5%
B=17.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal102370.5700.700.91108.7553.335.88
HexA177390465B6d356
Octal12277710106133155656
Binary1010101111111110010100011010110111101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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