Html Css Color HEX #125D14 Myrtle

📋 copy color: '#125D14'

red 18 ◦ green 93 ◦ blue 20

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

Shades of Myrtle #125D14

Tints of Myrtle #125D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 70.99%

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

R = 13.74%
G = 70.99%
B = 15.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#125D14 (or 0x125D14) is known color: Myrtle. HEX triplet: 12, 5D and 14. RGB value is (18,93,20). Sum of RGB (Red+Green+Blue) = 18+93+20=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 93 (36.72% from 255 or 70.99% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 93 - color contains mainly: green. Hex color #125D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125D14 is #EDA2EB. Grayscale: #3E3E3E. Windows color (decimal): -15573740 or 1334546. OLE color: 1334546.

HSL color Cylindrical-coordinate representation of color #125D14: hue angle of 121.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D14 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 93 20 -
CMYK 0.81 0 0.78 0.64
HSL 121.6º 0.68% 0.22% -
HSV(B) 121.6º 0.81% 0.36% -
XYZ 4.29 8.01 1.98 -
YUV 62.25 104.15 96.44 -
System Red Green Blue C M Y K H S L
Decimal 18 93 20 0.81 0 0.78 0.64 121.6 0.68 0.22
Hex 12 5D 14 51 0 4E 40 7A 44 16
Octal 22 135 24 121 0 116 100 172 104 26
Binary 10010 1011101 10100 1010001 0 1001110 1000000 1111010 1000100 10110

Color Harmonies of #125D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D14

Black with #125D14

Text Example


Text Example

White with #125D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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