Html Css Color HEX #126115 Myrtle

📋 copy color: '#126115'

red 18 ◦ green 97 ◦ blue 21

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

Shades of Myrtle #126115

Tints of Myrtle #126115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 71.32%

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 13.24%
G = 71.32%
B = 15.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#126115 (or 0x126115) is known color: Myrtle. HEX triplet: 12, 61 and 15. RGB value is (18,97,21). Sum of RGB (Red+Green+Blue) = 18+97+21=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 97 (38.28% from 255 or 71.32% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 97 - color contains mainly: green. Hex color #126115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126115 is #ED9EEA. Grayscale: #404040. Windows color (decimal): -15572715 or 1401106. OLE color: 1401106.

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

Color convert

RGB 18 97 21 -
CMYK 0.81 0 0.78 0.62
HSL 122.28º 0.69% 0.23% -
HSV(B) 122.28º 0.81% 0.38% -
XYZ 4.66 8.73 2.15 -
YUV 64.72 103.33 94.68 -
System Red Green Blue C M Y K H S L
Decimal 18 97 21 0.81 0 0.78 0.62 122.28 0.69 0.23
Hex 12 61 15 51 0 4E 3E 7A 45 17
Octal 22 141 25 121 0 116 76 172 105 27
Binary 10010 1100001 10101 1010001 0 1001110 111110 1111010 1000101 10111

Color Harmonies of #126115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126115

Black with #126115

Text Example


Text Example

White with #126115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126115; }

 p { color: rgb(18,97,21); }

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

background-color css

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

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

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

border-color css

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

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

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