Html Css Color HEX #125414 Myrtle

📋 copy color: '#125414'

red 18 ◦ green 84 ◦ blue 20

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

Shades of Myrtle #125414

Tints of Myrtle #125414

RGB

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

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

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

R = 14.75%
G = 68.85%
B = 16.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#125414 (or 0x125414) is known color: Myrtle. HEX triplet: 12, 54 and 14. RGB value is (18,84,20). Sum of RGB (Red+Green+Blue) = 18+84+20=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 84 (33.20% from 255 or 68.85% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 84 - color contains mainly: green. Hex color #125414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125414 is #EDABEB. Grayscale: #393939. Windows color (decimal): -15576044 or 1332242. OLE color: 1332242.

HSL color Cylindrical-coordinate representation of color #125414: hue angle of 121.82º 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 #125414 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 84 20 -
CMYK 0.79 0 0.76 0.67
HSL 121.82º 0.65% 0.2% -
HSV(B) 121.82º 0.79% 0.33% -
XYZ 3.55 6.52 1.73 -
YUV 56.97 107.13 100.2 -
System Red Green Blue C M Y K H S L
Decimal 18 84 20 0.79 0 0.76 0.67 121.82 0.65 0.2
Hex 12 54 14 4F 0 4C 43 7A 41 14
Octal 22 124 24 117 0 114 103 172 101 24
Binary 10010 1010100 10100 1001111 0 1001100 1000011 1111010 1000001 10100

Color Harmonies of #125414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125414

Black with #125414

Text Example


Text Example

White with #125414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125414; }

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

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

background-color css

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

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

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

border-color css

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

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

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