Html Css Color HEX #072001 Myrtle

📋 copy color: '#072001'

red 7 ◦ green 32 ◦ blue 1

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

Shades of Myrtle #072001

Tints of Myrtle #072001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 80%

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

R = 17.5%
G = 80%
B = 2.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#072001 (or 0x072001) is known color: Myrtle. HEX triplet: 07, 20 and 01. RGB value is (7,32,1). Sum of RGB (Red+Green+Blue) = 7+32+1=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 32 (12.89% from 255 or 80% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 32 - color contains mainly: green. Hex color #072001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072001 is #F8DFFE. Grayscale: #151515. Windows color (decimal): -16310271 or 73735. OLE color: 73735.

HSL color Cylindrical-coordinate representation of color #072001: hue angle of 108.39º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072001 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 7 32 1 -
CMYK 0.78 0 0.97 0.87
HSL 108.39º 0.94% 0.06% -
HSV(B) 108.39º 0.97% 0.13% -
XYZ 0.61 1.08 0.21 -
YUV 20.99 116.72 118.02 -
System Red Green Blue C M Y K H S L
Decimal 7 32 1 0.78 0 0.97 0.87 108.39 0.94 0.06
Hex 7 20 1 4E 0 61 57 6C 5E 6
Octal 7 40 1 116 0 141 127 154 136 6
Binary 111 100000 1 1001110 0 1100001 1010111 1101100 1011110 110

Color Harmonies of #072001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072001

Black with #072001

Text Example


Text Example

White with #072001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072001; }

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

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

background-color css

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

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

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

border-color css

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

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

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