Html Css Color HEX #126113 Myrtle

📋 copy color: '#126113'

red 18 ◦ green 97 ◦ blue 19

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

Shades of Myrtle #126113

Tints of Myrtle #126113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 72.39%

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

R = 13.43%
G = 72.39%
B = 14.18%

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

#126113 (or 0x126113) is known color: Myrtle. HEX triplet: 12, 61 and 13. RGB value is (18,97,19). Sum of RGB (Red+Green+Blue) = 18+97+19=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 97 (38.28% from 255 or 72.39% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 97 - color contains mainly: green. Hex color #126113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126113 is #ED9EEC. Grayscale: #404040. Windows color (decimal): -15572717 or 1270034. OLE color: 1270034.

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

Color convert

RGB 18 97 19 -
CMYK 0.81 0 0.80 0.62
HSL 120.76º 0.69% 0.23% -
HSV(B) 120.76º 0.81% 0.38% -
XYZ 4.64 8.73 2.06 -
YUV 64.49 102.33 94.84 -
System Red Green Blue C M Y K H S L
Decimal 18 97 19 0.81 0 0.80 0.62 120.76 0.69 0.23
Hex 12 61 13 51 0 50 3E 79 45 17
Octal 22 141 23 121 0 120 76 171 105 27
Binary 10010 1100001 10011 1010001 0 1010000 111110 1111001 1000101 10111

Color Harmonies of #126113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126113

Black with #126113

Text Example


Text Example

White with #126113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126113; }

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

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

background-color css

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

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

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

border-color css

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

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

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