Html Css Color HEX #073901 Myrtle

📋 copy color: '#073901'

red 7 ◦ green 57 ◦ blue 1

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

Shades of Myrtle #073901

Tints of Myrtle #073901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 87.69%

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

R = 10.77%
G = 87.69%
B = 1.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#073901 (or 0x073901) is known color: Myrtle. HEX triplet: 07, 39 and 01. RGB value is (7,57,1). Sum of RGB (Red+Green+Blue) = 7+57+1=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 57 (22.66% from 255 or 87.69% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 57 - color contains mainly: green. Hex color #073901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073901 is #F8C6FE. Grayscale: #232323. Windows color (decimal): -16303871 or 80135. OLE color: 80135.

HSL color Cylindrical-coordinate representation of color #073901: hue angle of 113.57º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #073901 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 57 1 -
CMYK 0.88 0 0.98 0.78
HSL 113.57º 0.97% 0.11% -
HSV(B) 113.57º 0.98% 0.22% -
XYZ 1.56 2.97 0.52 -
YUV 35.67 108.44 107.55 -
System Red Green Blue C M Y K H S L
Decimal 7 57 1 0.88 0 0.98 0.78 113.57 0.97 0.11
Hex 7 39 1 58 0 62 4E 72 61 B
Octal 7 71 1 130 0 142 116 162 141 13
Binary 111 111001 1 1011000 0 1100010 1001110 1110010 1100001 1011

Color Harmonies of #073901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073901

Black with #073901

Text Example


Text Example

White with #073901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073901; }

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

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

background-color css

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

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

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

border-color css

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

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

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