Html Css Color HEX #014507 Myrtle

📋 copy color: '#014507'

red 1 ◦ green 69 ◦ blue 7

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

Shades of Myrtle #014507

Tints of Myrtle #014507

RGB

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

 GREEN value IS 69 (27.34% from 255) = 89.61%

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

R = 1.3%
G = 89.61%
B = 9.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#014507 (or 0x014507) is known color: Myrtle. HEX triplet: 01, 45 and 07. RGB value is (1,69,7). Sum of RGB (Red+Green+Blue) = 1+69+7=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 69 (27.34% from 255 or 89.61% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 69 - color contains mainly: green. Hex color #014507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014507 is #FEBAF8. Grayscale: #292929. Windows color (decimal): -16694009 or 476417. OLE color: 476417.

HSL color Cylindrical-coordinate representation of color #014507: hue angle of 125.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014507 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 69 7 -
CMYK 0.99 0 0.90 0.73
HSL 125.29º 0.97% 0.14% -
HSV(B) 125.29º 0.99% 0.27% -
XYZ 2.18 4.28 0.91 -
YUV 41.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 1 69 7 0.99 0 0.90 0.73 125.29 0.97 0.14
Hex 1 45 7 63 0 5A 49 7D 61 E
Octal 1 105 7 143 0 132 111 175 141 16
Binary 1 1000101 111 1100011 0 1011010 1001001 1111101 1100001 1110

Color Harmonies of #014507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014507

Black with #014507

Text Example


Text Example

White with #014507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014507; }

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

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

background-color css

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

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

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

border-color css

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

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

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