Html Css Color HEX #126210 Myrtle

📋 copy color: '#126210'

red 18 ◦ green 98 ◦ blue 16

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

Shades of Myrtle #126210

Tints of Myrtle #126210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 13.64%
G = 74.24%
B = 12.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#126210 (or 0x126210) is known color: Myrtle. HEX triplet: 12, 62 and 10. RGB value is (18,98,16). Sum of RGB (Red+Green+Blue) = 18+98+16=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 98 (38.67% from 255 or 74.24% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 98 - color contains mainly: green. Hex color #126210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126210 is #ED9DEF. Grayscale: #404040. Windows color (decimal): -15572464 or 1073682. OLE color: 1073682.

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

Color convert

RGB 18 98 16 -
CMYK 0.82 0 0.84 0.62
HSL 118.54º 0.72% 0.22% -
HSV(B) 118.54º 0.84% 0.38% -
XYZ 4.71 8.9 1.96 -
YUV 64.73 100.5 94.67 -
System Red Green Blue C M Y K H S L
Decimal 18 98 16 0.82 0 0.84 0.62 118.54 0.72 0.22
Hex 12 62 10 52 0 54 3E 77 48 16
Octal 22 142 20 122 0 124 76 167 110 26
Binary 10010 1100010 10000 1010010 0 1010100 111110 1110111 1001000 10110

Color Harmonies of #126210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126210

Black with #126210

Text Example


Text Example

White with #126210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126210; }

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

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

background-color css

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

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

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

border-color css

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

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

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