Html Css Color HEX #125614 Myrtle

📋 copy color: '#125614'

red 18 ◦ green 86 ◦ blue 20

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

Shades of Myrtle #125614

Tints of Myrtle #125614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 69.35%

 BLUE value IS 20 (8.2% from 255) = 16.13%

R = 14.52%
G = 69.35%
B = 16.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#125614 (or 0x125614) is known color: Myrtle. HEX triplet: 12, 56 and 14. RGB value is (18,86,20). Sum of RGB (Red+Green+Blue) = 18+86+20=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 86 (33.98% from 255 or 69.35% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 86 - color contains mainly: green. Hex color #125614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125614 is #EDA9EB. Grayscale: #3A3A3A. Windows color (decimal): -15575532 or 1332754. OLE color: 1332754.

HSL color Cylindrical-coordinate representation of color #125614: hue angle of 121.76º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125614 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 20 -
CMYK 0.79 0 0.77 0.66
HSL 121.76º 0.65% 0.2% -
HSV(B) 121.76º 0.79% 0.34% -
XYZ 3.7 6.83 1.79 -
YUV 58.14 106.47 99.37 -
System Red Green Blue C M Y K H S L
Decimal 18 86 20 0.79 0 0.77 0.66 121.76 0.65 0.2
Hex 12 56 14 4F 0 4D 42 7A 41 14
Octal 22 126 24 117 0 115 102 172 101 24
Binary 10010 1010110 10100 1001111 0 1001101 1000010 1111010 1000001 10100

Color Harmonies of #125614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125614

Black with #125614

Text Example


Text Example

White with #125614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125614; }

 p { color: rgb(18,86,20); }

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

background-color css

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

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

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

border-color css

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

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

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