Html Css Color HEX #0A1806 Myrtle

📋 copy color: '#0A1806'

red 10 ◦ green 24 ◦ blue 6

#0A1806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0A1806

Tints of Myrtle #0A1806

RGB

 RED value IS 10 (4.3% from 255) = 25%

 GREEN value IS 24 (9.77% from 255) = 60%

 BLUE value IS 6 (2.73% from 255) = 15%

R = 25%
G = 60%
B = 15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.75

 K value IS 0.91

RGB Variations

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

Color information

#0A1806 (or 0x0A1806) is known color: Myrtle. HEX triplet: 0A, 18 and 06. RGB value is (10,24,6). Sum of RGB (Red+Green+Blue) = 10+24+6=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 24 (9.77% from 255 or 60% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1806 is #F5E7F9. Grayscale: #111111. Windows color (decimal): -16115706 or 399370. OLE color: 399370.

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

Color convert

RGB 10 24 6 -
CMYK 0.58 0 0.75 0.91
HSL 106.67º 0.6% 0.06% -
HSV(B) 106.67º 0.75% 0.09% -
XYZ 0.48 0.73 0.29 -
YUV 17.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 10 24 6 0.58 0 0.75 0.91 106.67 0.6 0.06
Hex A 18 6 3A 0 4B 5B 6B 3C 6
Octal 12 30 6 72 0 113 133 153 74 6
Binary 1010 11000 110 111010 0 1001011 1011011 1101011 111100 110

Color Harmonies of #0A1806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1806

Black with #0A1806

Text Example


Text Example

White with #0A1806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A1806;
 }
 .AnyTagClassName
 {
   color: #0A1806;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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