Html Css Color HEX #125014 Myrtle

📋 copy color: '#125014'

red 18 ◦ green 80 ◦ blue 20

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

Shades of Myrtle #125014

Tints of Myrtle #125014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 67.8%

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

R = 15.25%
G = 67.8%
B = 16.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#125014 (or 0x125014) is known color: Myrtle. HEX triplet: 12, 50 and 14. RGB value is (18,80,20). Sum of RGB (Red+Green+Blue) = 18+80+20=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #125014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125014 is #EDAFEB. Grayscale: #363636. Windows color (decimal): -15577068 or 1331218. OLE color: 1331218.

HSL color Cylindrical-coordinate representation of color #125014: hue angle of 121.94º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125014 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 20 -
CMYK 0.78 0 0.75 0.69
HSL 121.94º 0.63% 0.19% -
HSV(B) 121.94º 0.78% 0.31% -
XYZ 3.24 5.92 1.63 -
YUV 54.62 108.46 101.88 -
System Red Green Blue C M Y K H S L
Decimal 18 80 20 0.78 0 0.75 0.69 121.94 0.63 0.19
Hex 12 50 14 4E 0 4B 45 7A 3F 13
Octal 22 120 24 116 0 113 105 172 77 23
Binary 10010 1010000 10100 1001110 0 1001011 1000101 1111010 111111 10011

Color Harmonies of #125014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125014

Black with #125014

Text Example


Text Example

White with #125014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125014; }

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

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

background-color css

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

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

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

border-color css

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

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

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