Html Css Color HEX #124F10 Myrtle

📋 copy color: '#124F10'

red 18 ◦ green 79 ◦ blue 16

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

Shades of Myrtle #124F10

Tints of Myrtle #124F10

RGB

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

 GREEN value IS 79 (31.25% from 255) = 69.91%

 BLUE value IS 16 (6.64% from 255) = 14.16%

R = 15.93%
G = 69.91%
B = 14.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#124F10 (or 0x124F10) is known color: Myrtle. HEX triplet: 12, 4F and 10. RGB value is (18,79,16). Sum of RGB (Red+Green+Blue) = 18+79+16=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 79 (31.25% from 255 or 69.91% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 79 - color contains mainly: green. Hex color #124F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124F10 is #EDB0EF. Grayscale: #353535. Windows color (decimal): -15577328 or 1068818. OLE color: 1068818.

HSL color Cylindrical-coordinate representation of color #124F10: hue angle of 118.1º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124F10 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 79 16 -
CMYK 0.77 0 0.80 0.69
HSL 118.1º 0.66% 0.19% -
HSV(B) 118.1º 0.8% 0.31% -
XYZ 3.14 5.76 1.44 -
YUV 53.58 106.79 102.62 -
System Red Green Blue C M Y K H S L
Decimal 18 79 16 0.77 0 0.80 0.69 118.1 0.66 0.19
Hex 12 4F 10 4D 0 50 45 76 42 13
Octal 22 117 20 115 0 120 105 166 102 23
Binary 10010 1001111 10000 1001101 0 1010000 1000101 1110110 1000010 10011

Color Harmonies of #124F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F10

Black with #124F10

Text Example


Text Example

White with #124F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,79,16); }

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

background-color css

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

 a { background-color: rgb(18,79,16); }

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

border-color css

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

 span { border-color: rgb(18,79,16); }

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