Html Css Color HEX #124710 Myrtle

📋 copy color: '#124710'

red 18 ◦ green 71 ◦ blue 16

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

Shades of Myrtle #124710

Tints of Myrtle #124710

RGB

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

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

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

R = 17.14%
G = 67.62%
B = 15.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#124710 (or 0x124710) is known color: Myrtle. HEX triplet: 12, 47 and 10. RGB value is (18,71,16). Sum of RGB (Red+Green+Blue) = 18+71+16=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #124710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124710 is #EDB8EF. Grayscale: #313131. Windows color (decimal): -15579376 or 1066770. OLE color: 1066770.

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

Color convert

RGB 18 71 16 -
CMYK 0.75 0 0.77 0.72
HSL 117.82º 0.63% 0.17% -
HSV(B) 117.82º 0.77% 0.28% -
XYZ 2.6 4.67 1.26 -
YUV 48.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 18 71 16 0.75 0 0.77 0.72 117.82 0.63 0.17
Hex 12 47 10 4B 0 4D 48 76 3F 11
Octal 22 107 20 113 0 115 110 166 77 21
Binary 10010 1000111 10000 1001011 0 1001101 1001000 1110110 111111 10001

Color Harmonies of #124710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124710

Black with #124710

Text Example


Text Example

White with #124710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124710; }

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

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

background-color css

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

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

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

border-color css

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

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

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