Html Css Color HEX #0A5509 Myrtle

📋 copy color: '#0A5509'

red 10 ◦ green 85 ◦ blue 9

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

Shades of Myrtle #0A5509

Tints of Myrtle #0A5509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 81.73%

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

R = 9.62%
G = 81.73%
B = 8.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#0A5509 (or 0x0A5509) is known color: Myrtle. HEX triplet: 0A, 55 and 09. RGB value is (10,85,9). Sum of RGB (Red+Green+Blue) = 10+85+9=104 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.62% from 104); Green value is 85 (33.59% from 255 or 81.73% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5509 is #F5AAF6. Grayscale: #363636. Windows color (decimal): -16100087 or 611594. OLE color: 611594.

HSL color Cylindrical-coordinate representation of color #0A5509: hue angle of 119.21º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5509 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 85 9 -
CMYK 0.88 0 0.89 0.67
HSL 119.21º 0.81% 0.18% -
HSV(B) 119.21º 0.89% 0.33% -
XYZ 3.42 6.58 1.35 -
YUV 53.91 102.65 96.68 -
System Red Green Blue C M Y K H S L
Decimal 10 85 9 0.88 0 0.89 0.67 119.21 0.81 0.18
Hex A 55 9 58 0 59 43 77 51 12
Octal 12 125 11 130 0 131 103 167 121 22
Binary 1010 1010101 1001 1011000 0 1011001 1000011 1110111 1010001 10010

Color Harmonies of #0A5509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5509

Black with #0A5509

Text Example


Text Example

White with #0A5509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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