Html Css Color HEX #071E01 Myrtle

📋 copy color: '#071E01'

red 7 ◦ green 30 ◦ blue 1

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

Shades of Myrtle #071E01

Tints of Myrtle #071E01

RGB

 RED value IS 7 (3.13% from 255) = 18.42%

 GREEN value IS 30 (12.11% from 255) = 78.95%

 BLUE value IS 1 (0.78% from 255) = 2.63%

R = 18.42%
G = 78.95%
B = 2.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#071E01 (or 0x071E01) is known color: Myrtle. HEX triplet: 07, 1E and 01. RGB value is (7,30,1). Sum of RGB (Red+Green+Blue) = 7+30+1=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 30 (12.11% from 255 or 78.95% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 30 - color contains mainly: green. Hex color #071E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071E01 is #F8E1FE. Grayscale: #131313. Windows color (decimal): -16310783 or 73223. OLE color: 73223.

HSL color Cylindrical-coordinate representation of color #071E01: hue angle of 107.59º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071E01 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 30 1 -
CMYK 0.77 0 0.97 0.88
HSL 107.59º 0.94% 0.06% -
HSV(B) 107.59º 0.97% 0.12% -
XYZ 0.56 0.98 0.19 -
YUV 19.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 7 30 1 0.77 0 0.97 0.88 107.59 0.94 0.06
Hex 7 1E 1 4D 0 61 58 6C 5E 6
Octal 7 36 1 115 0 141 130 154 136 6
Binary 111 11110 1 1001101 0 1100001 1011000 1101100 1011110 110

Color Harmonies of #071E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071E01

Black with #071E01

Text Example


Text Example

White with #071E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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