Html Css Color HEX #124715 Myrtle

📋 copy color: '#124715'

red 18 ◦ green 71 ◦ blue 21

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

Shades of Myrtle #124715

Tints of Myrtle #124715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 64.55%

 BLUE value IS 21 (8.59% from 255) = 19.09%

R = 16.36%
G = 64.55%
B = 19.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#124715 (or 0x124715) is known color: Myrtle. HEX triplet: 12, 47 and 15. RGB value is (18,71,21). Sum of RGB (Red+Green+Blue) = 18+71+21=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #124715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124715 is #EDB8EA. Grayscale: #313131. Windows color (decimal): -15579371 or 1394450. OLE color: 1394450.

HSL color Cylindrical-coordinate representation of color #124715: hue angle of 123.4º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124715 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 71 21 -
CMYK 0.75 0 0.70 0.72
HSL 123.4º 0.6% 0.17% -
HSV(B) 123.4º 0.75% 0.28% -
XYZ 2.64 4.69 1.48 -
YUV 49.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 18 71 21 0.75 0 0.70 0.72 123.4 0.6 0.17
Hex 12 47 15 4B 0 46 48 7B 3C 11
Octal 22 107 25 113 0 106 110 173 74 21
Binary 10010 1000111 10101 1001011 0 1000110 1001000 1111011 111100 10001

Color Harmonies of #124715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124715

Black with #124715

Text Example


Text Example

White with #124715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124715; }

 p { color: rgb(18,71,21); }

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

background-color css

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

 a { background-color: rgb(18,71,21); }

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

border-color css

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

 span { border-color: rgb(18,71,21); }

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