Html Css Color HEX #125D0E Myrtle

📋 copy color: '#125D0E'

red 18 ◦ green 93 ◦ blue 14

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

Shades of Myrtle #125D0E

Tints of Myrtle #125D0E

RGB

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

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

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

R = 14.4%
G = 74.4%
B = 11.2%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.64

RGB Variations

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

Color information

#125D0E (or 0x125D0E) is known color: Myrtle. HEX triplet: 12, 5D and 0E. RGB value is (18,93,14). Sum of RGB (Red+Green+Blue) = 18+93+14=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 93 (36.72% from 255 or 74.4% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 93 - color contains mainly: green. Hex color #125D0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125D0E is #EDA2F1. Grayscale: #3D3D3D. Windows color (decimal): -15573746 or 941330. OLE color: 941330.

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

Color convert

RGB 18 93 14 -
CMYK 0.81 0 0.85 0.64
HSL 116.96º 0.74% 0.21% -
HSV(B) 116.96º 0.85% 0.36% -
XYZ 4.24 7.99 1.73 -
YUV 61.57 101.15 96.92 -
System Red Green Blue C M Y K H S L
Decimal 18 93 14 0.81 0 0.85 0.64 116.96 0.74 0.21
Hex 12 5D E 51 0 55 40 75 4A 15
Octal 22 135 16 121 0 125 100 165 112 25
Binary 10010 1011101 1110 1010001 0 1010101 1000000 1110101 1001010 10101

Color Harmonies of #125D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D0E

Black with #125D0E

Text Example


Text Example

White with #125D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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