Html Css Color HEX #071A00 Myrtle

📋 copy color: '#071A00'

red 7 ◦ green 26 ◦ blue 0

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

Shades of Myrtle #071A00

Tints of Myrtle #071A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 78.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.21%
G = 78.79%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#071A00 (or 0x071A00) is known color: Myrtle. HEX triplet: 07, 1A and 00. RGB value is (7,26,0). Sum of RGB (Red+Green+Blue) = 7+26+0=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 26 (10.55% from 255 or 78.79% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 26 - color contains mainly: green. Hex color #071A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071A00 is #F8E5FF. Grayscale: #111111. Windows color (decimal): -16311808 or 6663. OLE color: 6663.

HSL color Cylindrical-coordinate representation of color #071A00: hue angle of 103.85º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #071A00 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.

Color convert

RGB 7 26 0 -
CMYK 0.73 0 1 0.90
HSL 103.85º 1% 0.05% -
HSV(B) 103.85º 1% 0.1% -
XYZ 0.46 0.78 0.13 -
YUV 17.36 118.21 120.61 -
System Red Green Blue C M Y K H S L
Decimal 7 26 0 0.73 0 1 0.90 103.85 1 0.05
Hex 7 1A 0 49 0 64 5A 68 64 5
Octal 7 32 0 111 0 144 132 150 144 5
Binary 111 11010 0 1001001 0 1100100 1011010 1101000 1100100 101

Color Harmonies of #071A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A00

Black with #071A00

Text Example


Text Example

White with #071A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,26,0); }

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

background-color css

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

 a { background-color: rgb(7,26,0); }

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

border-color css

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

 span { border-color: rgb(7,26,0); }

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