Html Css Color HEX #126012 Myrtle

📋 copy color: '#126012'

red 18 ◦ green 96 ◦ blue 18

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

Shades of Myrtle #126012

Tints of Myrtle #126012

RGB

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

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

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

R = 13.64%
G = 72.73%
B = 13.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#126012 (or 0x126012) is known color: Myrtle. HEX triplet: 12, 60 and 12. RGB value is (18,96,18). Sum of RGB (Red+Green+Blue) = 18+96+18=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #126012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126012 is #ED9FED. Grayscale: #404040. Windows color (decimal): -15572974 or 1204242. OLE color: 1204242.

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

Color convert

RGB 18 96 18 -
CMYK 0.81 0 0.81 0.62
HSL 120º 0.68% 0.22% -
HSV(B) 120º 0.81% 0.38% -
XYZ 4.54 8.54 1.98 -
YUV 63.79 102.16 95.34 -
System Red Green Blue C M Y K H S L
Decimal 18 96 18 0.81 0 0.81 0.62 120 0.68 0.22
Hex 12 60 12 51 0 51 3E 78 44 16
Octal 22 140 22 121 0 121 76 170 104 26
Binary 10010 1100000 10010 1010001 0 1010001 111110 1111000 1000100 10110

Color Harmonies of #126012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126012

Black with #126012

Text Example


Text Example

White with #126012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126012; }

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

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

background-color css

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

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

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

border-color css

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

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

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