Html Css Color HEX #0A5414 Myrtle

📋 copy color: '#0A5414'

red 10 ◦ green 84 ◦ blue 20

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

Shades of Myrtle #0A5414

Tints of Myrtle #0A5414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 73.68%

 BLUE value IS 20 (8.2% from 255) = 17.54%

R = 8.77%
G = 73.68%
B = 17.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#0A5414 (or 0x0A5414) is known color: Myrtle. HEX triplet: 0A, 54 and 14. RGB value is (10,84,20). Sum of RGB (Red+Green+Blue) = 10+84+20=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5414 is #F5ABEB. Grayscale: #363636. Windows color (decimal): -16100332 or 1332234. OLE color: 1332234.

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

Color convert

RGB 10 84 20 -
CMYK 0.88 0 0.76 0.67
HSL 128.11º 0.79% 0.18% -
HSV(B) 128.11º 0.88% 0.33% -
XYZ 3.42 6.46 1.73 -
YUV 54.58 108.48 96.2 -
System Red Green Blue C M Y K H S L
Decimal 10 84 20 0.88 0 0.76 0.67 128.11 0.79 0.18
Hex A 54 14 58 0 4C 43 80 4F 12
Octal 12 124 24 130 0 114 103 200 117 22
Binary 1010 1010100 10100 1011000 0 1001100 1000011 10000000 1001111 10010

Color Harmonies of #0A5414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5414

Black with #0A5414

Text Example


Text Example

White with #0A5414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,84,20); }

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

background-color css

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

 a { background-color: rgb(10,84,20); }

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

border-color css

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

 span { border-color: rgb(10,84,20); }

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