Html Css Color HEX #124D0F Myrtle

📋 copy color: '#124D0F'

red 18 ◦ green 77 ◦ blue 15

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

Shades of Myrtle #124D0F

Tints of Myrtle #124D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 70%

 BLUE value IS 15 (6.25% from 255) = 13.64%

R = 16.36%
G = 70%
B = 13.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#124D0F (or 0x124D0F) is known color: Myrtle. HEX triplet: 12, 4D and 0F. RGB value is (18,77,15). Sum of RGB (Red+Green+Blue) = 18+77+15=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 77 (30.47% from 255 or 70% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 77 - color contains mainly: green. Hex color #124D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D0F is #EDB2F0. Grayscale: #343434. Windows color (decimal): -15577841 or 1002770. OLE color: 1002770.

HSL color Cylindrical-coordinate representation of color #124D0F: hue angle of 117.1º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124D0F is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 77 15 -
CMYK 0.77 0 0.81 0.70
HSL 117.1º 0.67% 0.18% -
HSV(B) 117.1º 0.81% 0.3% -
XYZ 2.99 5.47 1.35 -
YUV 52.29 106.95 103.54 -
System Red Green Blue C M Y K H S L
Decimal 18 77 15 0.77 0 0.81 0.70 117.1 0.67 0.18
Hex 12 4D F 4D 0 51 46 75 43 12
Octal 22 115 17 115 0 121 106 165 103 22
Binary 10010 1001101 1111 1001101 0 1010001 1000110 1110101 1000011 10010

Color Harmonies of #124D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D0F

Black with #124D0F

Text Example


Text Example

White with #124D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124D0F; }

 p { color: rgb(18,77,15); }

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

background-color css

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

 a { background-color: rgb(18,77,15); }

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

border-color css

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

 span { border-color: rgb(18,77,15); }

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