Html Css Color HEX #126010 Myrtle

📋 copy color: '#126010'

red 18 ◦ green 96 ◦ blue 16

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

Shades of Myrtle #126010

Tints of Myrtle #126010

RGB

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

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

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

R = 13.85%
G = 73.85%
B = 12.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#126010 (or 0x126010) is known color: Myrtle. HEX triplet: 12, 60 and 10. RGB value is (18,96,16). Sum of RGB (Red+Green+Blue) = 18+96+16=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #126010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126010 is #ED9FEF. Grayscale: #3F3F3F. Windows color (decimal): -15572976 or 1073170. OLE color: 1073170.

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

Color convert

RGB 18 96 16 -
CMYK 0.81 0 0.83 0.62
HSL 118.5º 0.71% 0.22% -
HSV(B) 118.5º 0.83% 0.38% -
XYZ 4.53 8.53 1.9 -
YUV 63.56 101.16 95.5 -
System Red Green Blue C M Y K H S L
Decimal 18 96 16 0.81 0 0.83 0.62 118.5 0.71 0.22
Hex 12 60 10 51 0 53 3E 76 47 16
Octal 22 140 20 121 0 123 76 166 107 26
Binary 10010 1100000 10000 1010001 0 1010011 111110 1110110 1000111 10110

Color Harmonies of #126010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126010

Black with #126010

Text Example


Text Example

White with #126010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126010; }

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

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

background-color css

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

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

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

border-color css

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

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

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