Html Css Color HEX #014708 Myrtle

📋 copy color: '#014708'

red 1 ◦ green 71 ◦ blue 8

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

Shades of Myrtle #014708

Tints of Myrtle #014708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 10%

R = 1.25%
G = 88.75%
B = 10%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#014708 (or 0x014708) is known color: Myrtle. HEX triplet: 01, 47 and 08. RGB value is (1,71,8). Sum of RGB (Red+Green+Blue) = 1+71+8=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 71 (28.12% from 255 or 88.75% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 71 - color contains mainly: green. Hex color #014708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014708 is #FEB8F7. Grayscale: #2B2B2B. Windows color (decimal): -16693496 or 542465. OLE color: 542465.

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

Color convert

RGB 1 71 8 -
CMYK 0.99 0 0.89 0.72
HSL 126º 0.97% 0.14% -
HSV(B) 126º 0.99% 0.28% -
XYZ 2.31 4.53 0.98 -
YUV 42.89 108.31 98.12 -
System Red Green Blue C M Y K H S L
Decimal 1 71 8 0.99 0 0.89 0.72 126 0.97 0.14
Hex 1 47 8 63 0 59 48 7E 61 E
Octal 1 107 10 143 0 131 110 176 141 16
Binary 1 1000111 1000 1100011 0 1011001 1001000 1111110 1100001 1110

Color Harmonies of #014708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014708

Black with #014708

Text Example


Text Example

White with #014708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014708; }

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

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

background-color css

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

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

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

border-color css

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

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

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