Html Css Color HEX #126013 Myrtle

📋 copy color: '#126013'

red 18 ◦ green 96 ◦ blue 19

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

Shades of Myrtle #126013

Tints of Myrtle #126013

RGB

 RED value IS 18 (7.42% from 255) = 13.53%

 GREEN value IS 96 (37.89% from 255) = 72.18%

 BLUE value IS 19 (7.81% from 255) = 14.29%

R = 13.53%
G = 72.18%
B = 14.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#126013 (or 0x126013) is known color: Myrtle. HEX triplet: 12, 60 and 13. RGB value is (18,96,19). Sum of RGB (Red+Green+Blue) = 18+96+19=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #126013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126013 is #ED9FEC. Grayscale: #404040. Windows color (decimal): -15572973 or 1269778. OLE color: 1269778.

HSL color Cylindrical-coordinate representation of color #126013: hue angle of 120.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126013 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 19 -
CMYK 0.81 0 0.80 0.62
HSL 120.77º 0.68% 0.22% -
HSV(B) 120.77º 0.81% 0.38% -
XYZ 4.55 8.54 2.02 -
YUV 63.9 102.66 95.26 -
System Red Green Blue C M Y K H S L
Decimal 18 96 19 0.81 0 0.80 0.62 120.77 0.68 0.22
Hex 12 60 13 51 0 50 3E 79 44 16
Octal 22 140 23 121 0 120 76 171 104 26
Binary 10010 1100000 10011 1010001 0 1010000 111110 1111001 1000100 10110

Color Harmonies of #126013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126013

Black with #126013

Text Example


Text Example

White with #126013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126013; }

 p { color: rgb(18,96,19); }

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

background-color css

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

 a { background-color: rgb(18,96,19); }

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

border-color css

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

 span { border-color: rgb(18,96,19); }

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