Html Css Color HEX #125412 Myrtle

📋 copy color: '#125412'

red 18 ◦ green 84 ◦ blue 18

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

Shades of Myrtle #125412

Tints of Myrtle #125412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 70%

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

R = 15%
G = 70%
B = 15%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#125412 (or 0x125412) is known color: Myrtle. HEX triplet: 12, 54 and 12. RGB value is (18,84,18). Sum of RGB (Red+Green+Blue) = 18+84+18=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 84 (33.20% from 255 or 70% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 84 - color contains mainly: green. Hex color #125412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125412 is #EDABED. Grayscale: #383838. Windows color (decimal): -15576046 or 1201170. OLE color: 1201170.

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

Color convert

RGB 18 84 18 -
CMYK 0.79 0 0.79 0.67
HSL 120º 0.65% 0.2% -
HSV(B) 120º 0.79% 0.33% -
XYZ 3.53 6.51 1.64 -
YUV 56.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 18 84 18 0.79 0 0.79 0.67 120 0.65 0.2
Hex 12 54 12 4F 0 4F 43 78 41 14
Octal 22 124 22 117 0 117 103 170 101 24
Binary 10010 1010100 10010 1001111 0 1001111 1000011 1111000 1000001 10100

Color Harmonies of #125412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125412

Black with #125412

Text Example


Text Example

White with #125412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125412; }

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

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

background-color css

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

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

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

border-color css

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

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

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