Html Css Color HEX #126211 Myrtle

📋 copy color: '#126211'

red 18 ◦ green 98 ◦ blue 17

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

Shades of Myrtle #126211

Tints of Myrtle #126211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 13.53%
G = 73.68%
B = 12.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#126211 (or 0x126211) is known color: Myrtle. HEX triplet: 12, 62 and 11. RGB value is (18,98,17). Sum of RGB (Red+Green+Blue) = 18+98+17=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 98 (38.67% from 255 or 73.68% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 98 - color contains mainly: green. Hex color #126211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126211 is #ED9DEE. Grayscale: #414141. Windows color (decimal): -15572463 or 1139218. OLE color: 1139218.

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

Color convert

RGB 18 98 17 -
CMYK 0.82 0 0.83 0.62
HSL 119.26º 0.7% 0.23% -
HSV(B) 119.26º 0.83% 0.38% -
XYZ 4.72 8.9 2 -
YUV 64.85 101 94.59 -
System Red Green Blue C M Y K H S L
Decimal 18 98 17 0.82 0 0.83 0.62 119.26 0.7 0.23
Hex 12 62 11 52 0 53 3E 77 46 17
Octal 22 142 21 122 0 123 76 167 106 27
Binary 10010 1100010 10001 1010010 0 1010011 111110 1110111 1000110 10111

Color Harmonies of #126211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126211

Black with #126211

Text Example


Text Example

White with #126211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126211; }

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

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

background-color css

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

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

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

border-color css

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

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

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