Html Css Color HEX #126212 Myrtle

📋 copy color: '#126212'

red 18 ◦ green 98 ◦ blue 18

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

Shades of Myrtle #126212

Tints of Myrtle #126212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 73.13%

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

R = 13.43%
G = 73.13%
B = 13.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#126212 (or 0x126212) is known color: Myrtle. HEX triplet: 12, 62 and 12. RGB value is (18,98,18). Sum of RGB (Red+Green+Blue) = 18+98+18=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 98 (38.67% from 255 or 73.13% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 98 - color contains mainly: green. Hex color #126212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126212 is #ED9DED. Grayscale: #414141. Windows color (decimal): -15572462 or 1204754. OLE color: 1204754.

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

Color convert

RGB 18 98 18 -
CMYK 0.82 0 0.82 0.62
HSL 120º 0.69% 0.23% -
HSV(B) 120º 0.82% 0.38% -
XYZ 4.73 8.91 2.04 -
YUV 64.96 101.5 94.5 -
System Red Green Blue C M Y K H S L
Decimal 18 98 18 0.82 0 0.82 0.62 120 0.69 0.23
Hex 12 62 12 52 0 52 3E 78 45 17
Octal 22 142 22 122 0 122 76 170 105 27
Binary 10010 1100010 10010 1010010 0 1010010 111110 1111000 1000101 10111

Color Harmonies of #126212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126212

Black with #126212

Text Example


Text Example

White with #126212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126212; }

 p { color: rgb(18,98,18); }

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

background-color css

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

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

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

border-color css

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

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

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