Html Css Color HEX #125E0E Myrtle

📋 copy color: '#125E0E'

red 18 ◦ green 94 ◦ blue 14

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

Shades of Myrtle #125E0E

Tints of Myrtle #125E0E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 74.6%

 BLUE value IS 14 (5.86% from 255) = 11.11%

R = 14.29%
G = 74.6%
B = 11.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.63

RGB Variations

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

Color information

#125E0E (or 0x125E0E) is known color: Myrtle. HEX triplet: 12, 5E and 0E. RGB value is (18,94,14). Sum of RGB (Red+Green+Blue) = 18+94+14=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 94 (37.11% from 255 or 74.60% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 94 - color contains mainly: green. Hex color #125E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125E0E is #EDA1F1. Grayscale: #3E3E3E. Windows color (decimal): -15573490 or 941586. OLE color: 941586.

HSL color Cylindrical-coordinate representation of color #125E0E: hue angle of 117º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125E0E is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 94 14 -
CMYK 0.81 0 0.85 0.63
HSL 117º 0.74% 0.21% -
HSV(B) 117º 0.85% 0.37% -
XYZ 4.33 8.17 1.76 -
YUV 62.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 18 94 14 0.81 0 0.85 0.63 117 0.74 0.21
Hex 12 5E E 51 0 55 3F 75 4A 15
Octal 22 136 16 121 0 125 77 165 112 25
Binary 10010 1011110 1110 1010001 0 1010101 111111 1110101 1001010 10101

Color Harmonies of #125E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E0E

Black with #125E0E

Text Example


Text Example

White with #125E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125E0E; }

 p { color: rgb(18,94,14); }

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

background-color css

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

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

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

border-color css

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

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

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