Html Css Color HEX #014706 Myrtle

📋 copy color: '#014706'

red 1 ◦ green 71 ◦ blue 6

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

Shades of Myrtle #014706

Tints of Myrtle #014706

RGB

 RED value IS 1 (0.78% from 255) = 1.28%

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

 BLUE value IS 6 (2.73% from 255) = 7.69%

R = 1.28%
G = 91.03%
B = 7.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#014706 (or 0x014706) is known color: Myrtle. HEX triplet: 01, 47 and 06. RGB value is (1,71,6). Sum of RGB (Red+Green+Blue) = 1+71+6=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 71 (28.12% from 255 or 91.03% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 71 - color contains mainly: green. Hex color #014706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014706 is #FEB8F9. Grayscale: #2A2A2A. Windows color (decimal): -16693498 or 411393. OLE color: 411393.

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

Color convert

RGB 1 71 6 -
CMYK 0.99 0 0.92 0.72
HSL 124.29º 0.97% 0.14% -
HSV(B) 124.29º 0.99% 0.28% -
XYZ 2.3 4.53 0.92 -
YUV 42.66 107.31 98.29 -
System Red Green Blue C M Y K H S L
Decimal 1 71 6 0.99 0 0.92 0.72 124.29 0.97 0.14
Hex 1 47 6 63 0 5C 48 7C 61 E
Octal 1 107 6 143 0 134 110 174 141 16
Binary 1 1000111 110 1100011 0 1011100 1001000 1111100 1100001 1110

Color Harmonies of #014706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014706

Black with #014706

Text Example


Text Example

White with #014706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014706; }

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

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

background-color css

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

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

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

border-color css

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

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

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