Html Css Color HEX #014007 Myrtle

📋 copy color: '#014007'

red 1 ◦ green 64 ◦ blue 7

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

Shades of Myrtle #014007

Tints of Myrtle #014007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 88.89%

 BLUE value IS 7 (3.13% from 255) = 9.72%

R = 1.39%
G = 88.89%
B = 9.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#014007 (or 0x014007) is known color: Myrtle. HEX triplet: 01, 40 and 07. RGB value is (1,64,7). Sum of RGB (Red+Green+Blue) = 1+64+7=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 64 (25.39% from 255 or 88.89% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 64 - color contains mainly: green. Hex color #014007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014007 is #FEBFF8. Grayscale: #262626. Windows color (decimal): -16695289 or 475137. OLE color: 475137.

HSL color Cylindrical-coordinate representation of color #014007: hue angle of 125.71º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014007 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 7 -
CMYK 0.98 0 0.89 0.75
HSL 125.71º 0.97% 0.13% -
HSV(B) 125.71º 0.98% 0.25% -
XYZ 1.88 3.69 0.81 -
YUV 38.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 1 64 7 0.98 0 0.89 0.75 125.71 0.97 0.13
Hex 1 40 7 62 0 59 4B 7E 61 D
Octal 1 100 7 142 0 131 113 176 141 15
Binary 1 1000000 111 1100010 0 1011001 1001011 1111110 1100001 1101

Color Harmonies of #014007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014007

Black with #014007

Text Example


Text Example

White with #014007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014007; }

 p { color: rgb(1,64,7); }

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

background-color css

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

 a { background-color: rgb(1,64,7); }

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

border-color css

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

 span { border-color: rgb(1,64,7); }

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