Html Css Color HEX #124701 Myrtle

📋 copy color: '#124701'

red 18 ◦ green 71 ◦ blue 1

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

Shades of Myrtle #124701

Tints of Myrtle #124701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.11%

R = 20%
G = 78.89%
B = 1.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#124701 (or 0x124701) is known color: Myrtle. HEX triplet: 12, 47 and 01. RGB value is (18,71,1). Sum of RGB (Red+Green+Blue) = 18+71+1=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 71 (28.12% from 255 or 78.89% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 71 - color contains mainly: green. Hex color #124701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124701 is #EDB8FE. Grayscale: #2F2F2F. Windows color (decimal): -15579391 or 83730. OLE color: 83730.

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

Color convert

RGB 18 71 1 -
CMYK 0.75 0 0.99 0.72
HSL 105.43º 0.97% 0.14% -
HSV(B) 105.43º 0.99% 0.28% -
XYZ 2.51 4.64 0.79 -
YUV 47.17 101.94 107.19 -
System Red Green Blue C M Y K H S L
Decimal 18 71 1 0.75 0 0.99 0.72 105.43 0.97 0.14
Hex 12 47 1 4B 0 63 48 69 61 E
Octal 22 107 1 113 0 143 110 151 141 16
Binary 10010 1000111 1 1001011 0 1100011 1001000 1101001 1100001 1110

Color Harmonies of #124701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124701

Black with #124701

Text Example


Text Example

White with #124701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124701; }

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

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

background-color css

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

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

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

border-color css

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

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

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