Html Css Color HEX #014207 Myrtle

📋 copy color: '#014207'

red 1 ◦ green 66 ◦ blue 7

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

Shades of Myrtle #014207

Tints of Myrtle #014207

RGB

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

 GREEN value IS 66 (26.17% from 255) = 89.19%

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

R = 1.35%
G = 89.19%
B = 9.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#014207 (or 0x014207) is known color: Myrtle. HEX triplet: 01, 42 and 07. RGB value is (1,66,7). Sum of RGB (Red+Green+Blue) = 1+66+7=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 66 (26.17% from 255 or 89.19% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 66 - color contains mainly: green. Hex color #014207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014207 is #FEBDF8. Grayscale: #282828. Windows color (decimal): -16694777 or 475649. OLE color: 475649.

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

Color convert

RGB 1 66 7 -
CMYK 0.98 0 0.89 0.74
HSL 125.54º 0.97% 0.13% -
HSV(B) 125.54º 0.98% 0.26% -
XYZ 2 3.92 0.85 -
YUV 39.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 1 66 7 0.98 0 0.89 0.74 125.54 0.97 0.13
Hex 1 42 7 62 0 59 4A 7E 61 D
Octal 1 102 7 142 0 131 112 176 141 15
Binary 1 1000010 111 1100010 0 1011001 1001010 1111110 1100001 1101

Color Harmonies of #014207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014207

Black with #014207

Text Example


Text Example

White with #014207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014207; }

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

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

background-color css

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

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

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

border-color css

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

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

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