Html Css Color HEX #073101 Myrtle

📋 copy color: '#073101'

red 7 ◦ green 49 ◦ blue 1

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

Shades of Myrtle #073101

Tints of Myrtle #073101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 85.96%

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

R = 12.28%
G = 85.96%
B = 1.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#073101 (or 0x073101) is known color: Myrtle. HEX triplet: 07, 31 and 01. RGB value is (7,49,1). Sum of RGB (Red+Green+Blue) = 7+49+1=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 49 (19.53% from 255 or 85.96% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 49 - color contains mainly: green. Hex color #073101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073101 is #F8CEFE. Grayscale: #1F1F1F. Windows color (decimal): -16305919 or 78087. OLE color: 78087.

HSL color Cylindrical-coordinate representation of color #073101: hue angle of 112.5º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #073101 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 49 1 -
CMYK 0.86 0 0.98 0.81
HSL 112.5º 0.96% 0.1% -
HSV(B) 112.5º 0.98% 0.19% -
XYZ 1.19 2.24 0.4 -
YUV 30.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 7 49 1 0.86 0 0.98 0.81 112.5 0.96 0.1
Hex 7 31 1 56 0 62 51 70 60 A
Octal 7 61 1 126 0 142 121 160 140 12
Binary 111 110001 1 1010110 0 1100010 1010001 1110000 1100000 1010

Color Harmonies of #073101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073101

Black with #073101

Text Example


Text Example

White with #073101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073101; }

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

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

background-color css

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

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

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

border-color css

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

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

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