Html Css Color HEX #014E07 Myrtle

📋 copy color: '#014E07'

red 1 ◦ green 78 ◦ blue 7

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

Shades of Myrtle #014E07

Tints of Myrtle #014E07

RGB

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

 GREEN value IS 78 (30.86% from 255) = 90.7%

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

R = 1.16%
G = 90.7%
B = 8.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#014E07 (or 0x014E07) is known color: Myrtle. HEX triplet: 01, 4E and 07. RGB value is (1,78,7). Sum of RGB (Red+Green+Blue) = 1+78+7=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 78 (30.86% from 255 or 90.70% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 78 - color contains mainly: green. Hex color #014E07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014E07 is #FEB1F8. Grayscale: #2F2F2F. Windows color (decimal): -16691705 or 478721. OLE color: 478721.

HSL color Cylindrical-coordinate representation of color #014E07: hue angle of 124.68º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E07 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 78 7 -
CMYK 0.99 0 0.91 0.69
HSL 124.68º 0.97% 0.15% -
HSV(B) 124.68º 0.99% 0.31% -
XYZ 2.78 5.47 1.11 -
YUV 46.88 105.49 95.27 -
System Red Green Blue C M Y K H S L
Decimal 1 78 7 0.99 0 0.91 0.69 124.68 0.97 0.15
Hex 1 4E 7 63 0 5B 45 7D 61 F
Octal 1 116 7 143 0 133 105 175 141 17
Binary 1 1001110 111 1100011 0 1011011 1000101 1111101 1100001 1111

Color Harmonies of #014E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E07

Black with #014E07

Text Example


Text Example

White with #014E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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