Html Css Color HEX #124714 Myrtle

📋 copy color: '#124714'

red 18 ◦ green 71 ◦ blue 20

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

Shades of Myrtle #124714

Tints of Myrtle #124714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.35%

R = 16.51%
G = 65.14%
B = 18.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#124714 (or 0x124714) is known color: Myrtle. HEX triplet: 12, 47 and 14. RGB value is (18,71,20). Sum of RGB (Red+Green+Blue) = 18+71+20=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 71 (28.12% from 255 or 65.14% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 71 - color contains mainly: green. Hex color #124714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124714 is #EDB8EB. Grayscale: #313131. Windows color (decimal): -15579372 or 1328914. OLE color: 1328914.

HSL color Cylindrical-coordinate representation of color #124714: hue angle of 122.26º 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 #124714 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 71 20 -
CMYK 0.75 0 0.72 0.72
HSL 122.26º 0.6% 0.17% -
HSV(B) 122.26º 0.75% 0.28% -
XYZ 2.63 4.69 1.43 -
YUV 49.34 111.44 105.65 -
System Red Green Blue C M Y K H S L
Decimal 18 71 20 0.75 0 0.72 0.72 122.26 0.6 0.17
Hex 12 47 14 4B 0 48 48 7A 3C 11
Octal 22 107 24 113 0 110 110 172 74 21
Binary 10010 1000111 10100 1001011 0 1001000 1001000 1111010 111100 10001

Color Harmonies of #124714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124714

Black with #124714

Text Example


Text Example

White with #124714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124714; }

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

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

background-color css

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

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

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

border-color css

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

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

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