Html Css Color HEX #014F06 Myrtle

📋 copy color: '#014F06'

red 1 ◦ green 79 ◦ blue 6

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

Shades of Myrtle #014F06

Tints of Myrtle #014F06

RGB

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

 GREEN value IS 79 (31.25% from 255) = 91.86%

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

R = 1.16%
G = 91.86%
B = 6.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#014F06 (or 0x014F06) is known color: Myrtle. HEX triplet: 01, 4F and 06. RGB value is (1,79,6). Sum of RGB (Red+Green+Blue) = 1+79+6=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 79 (31.25% from 255 or 91.86% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 79 - color contains mainly: green. Hex color #014F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F06 is #FEB0F9. Grayscale: #2F2F2F. Windows color (decimal): -16691450 or 413441. OLE color: 413441.

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

Color convert

RGB 1 79 6 -
CMYK 0.99 0 0.92 0.69
HSL 123.85º 0.98% 0.16% -
HSV(B) 123.85º 0.99% 0.31% -
XYZ 2.84 5.61 1.11 -
YUV 47.36 104.66 94.94 -
System Red Green Blue C M Y K H S L
Decimal 1 79 6 0.99 0 0.92 0.69 123.85 0.98 0.16
Hex 1 4F 6 63 0 5C 45 7C 62 10
Octal 1 117 6 143 0 134 105 174 142 20
Binary 1 1001111 110 1100011 0 1011100 1000101 1111100 1100010 10000

Color Harmonies of #014F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F06

Black with #014F06

Text Example


Text Example

White with #014F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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