Html Css Color HEX #0A580B Myrtle

📋 copy color: '#0A580B'

red 10 ◦ green 88 ◦ blue 11

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

Shades of Myrtle #0A580B

Tints of Myrtle #0A580B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 80.73%

 BLUE value IS 11 (4.69% from 255) = 10.09%

R = 9.17%
G = 80.73%
B = 10.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#0A580B (or 0x0A580B) is known color: Myrtle. HEX triplet: 0A, 58 and 0B. RGB value is (10,88,11). Sum of RGB (Red+Green+Blue) = 10+88+11=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 88 (34.77% from 255 or 80.73% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 88 - color contains mainly: green. Hex color #0A580B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A580B is #F5A7F4. Grayscale: #383838. Windows color (decimal): -16099317 or 743434. OLE color: 743434.

HSL color Cylindrical-coordinate representation of color #0A580B: hue angle of 120.77º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A580B is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 88 11 -
CMYK 0.89 0 0.88 0.65
HSL 120.77º 0.8% 0.19% -
HSV(B) 120.77º 0.89% 0.35% -
XYZ 3.68 7.07 1.49 -
YUV 55.9 102.66 95.26 -
System Red Green Blue C M Y K H S L
Decimal 10 88 11 0.89 0 0.88 0.65 120.77 0.8 0.19
Hex A 58 B 59 0 58 41 79 50 13
Octal 12 130 13 131 0 130 101 171 120 23
Binary 1010 1011000 1011 1011001 0 1011000 1000001 1111001 1010000 10011

Color Harmonies of #0A580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A580B

Black with #0A580B

Text Example


Text Example

White with #0A580B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,88,11); }

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

background-color css

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

 a { background-color: rgb(10,88,11); }

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

border-color css

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

 span { border-color: rgb(10,88,11); }

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