Html Css Color HEX #0A5609 Myrtle

📋 copy color: '#0A5609'

red 10 ◦ green 86 ◦ blue 9

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

Shades of Myrtle #0A5609

Tints of Myrtle #0A5609

RGB

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

 GREEN value IS 86 (33.98% from 255) = 81.9%

 BLUE value IS 9 (3.91% from 255) = 8.57%

R = 9.52%
G = 81.9%
B = 8.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#0A5609 (or 0x0A5609) is known color: Myrtle. HEX triplet: 0A, 56 and 09. RGB value is (10,86,9). Sum of RGB (Red+Green+Blue) = 10+86+9=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 86 (33.98% from 255 or 81.90% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 86 - color contains mainly: green. Hex color #0A5609 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5609 is #F5A9F6. Grayscale: #363636. Windows color (decimal): -16099831 or 611850. OLE color: 611850.

HSL color Cylindrical-coordinate representation of color #0A5609: hue angle of 119.22º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5609 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 10 86 9 -
CMYK 0.88 0 0.90 0.66
HSL 119.22º 0.81% 0.19% -
HSV(B) 119.22º 0.9% 0.34% -
XYZ 3.5 6.74 1.37 -
YUV 54.5 102.32 96.26 -
System Red Green Blue C M Y K H S L
Decimal 10 86 9 0.88 0 0.90 0.66 119.22 0.81 0.19
Hex A 56 9 58 0 5A 42 77 51 13
Octal 12 126 11 130 0 132 102 167 121 23
Binary 1010 1010110 1001 1011000 0 1011010 1000010 1110111 1010001 10011

Color Harmonies of #0A5609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5609

Black with #0A5609

Text Example


Text Example

White with #0A5609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,86,9); }

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

background-color css

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

 a { background-color: rgb(10,86,9); }

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

border-color css

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

 span { border-color: rgb(10,86,9); }

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