Html Css Color HEX #0A5511 Myrtle

📋 copy color: '#0A5511'

red 10 ◦ green 85 ◦ blue 17

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

Shades of Myrtle #0A5511

Tints of Myrtle #0A5511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.18%

R = 8.93%
G = 75.89%
B = 15.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#0A5511 (or 0x0A5511) is known color: Myrtle. HEX triplet: 0A, 55 and 11. RGB value is (10,85,17). Sum of RGB (Red+Green+Blue) = 10+85+17=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5511 is #F5AAEE. Grayscale: #373737. Windows color (decimal): -16100079 or 1135882. OLE color: 1135882.

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

Color convert

RGB 10 85 17 -
CMYK 0.88 0 0.80 0.67
HSL 125.6º 0.79% 0.19% -
HSV(B) 125.6º 0.88% 0.33% -
XYZ 3.47 6.6 1.62 -
YUV 54.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 10 85 17 0.88 0 0.80 0.67 125.6 0.79 0.19
Hex A 55 11 58 0 50 43 7E 4F 13
Octal 12 125 21 130 0 120 103 176 117 23
Binary 1010 1010101 10001 1011000 0 1010000 1000011 1111110 1001111 10011

Color Harmonies of #0A5511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5511

Black with #0A5511

Text Example


Text Example

White with #0A5511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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