Html Css Color HEX #073D01 Myrtle

📋 copy color: '#073D01'

red 7 ◦ green 61 ◦ blue 1

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

Shades of Myrtle #073D01

Tints of Myrtle #073D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 88.41%

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

R = 10.14%
G = 88.41%
B = 1.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#073D01 (or 0x073D01) is known color: Myrtle. HEX triplet: 07, 3D and 01. RGB value is (7,61,1). Sum of RGB (Red+Green+Blue) = 7+61+1=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 61 (24.22% from 255 or 88.41% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 61 - color contains mainly: green. Hex color #073D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073D01 is #F8C2FE. Grayscale: #262626. Windows color (decimal): -16302847 or 81159. OLE color: 81159.

HSL color Cylindrical-coordinate representation of color #073D01: hue angle of 114º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #073D01 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 61 1 -
CMYK 0.89 0 0.98 0.76
HSL 114º 0.97% 0.12% -
HSV(B) 114º 0.98% 0.24% -
XYZ 1.76 3.38 0.59 -
YUV 38.01 107.11 105.88 -
System Red Green Blue C M Y K H S L
Decimal 7 61 1 0.89 0 0.98 0.76 114 0.97 0.12
Hex 7 3D 1 59 0 62 4C 72 61 C
Octal 7 75 1 131 0 142 114 162 141 14
Binary 111 111101 1 1011001 0 1100010 1001100 1110010 1100001 1100

Color Harmonies of #073D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D01

Black with #073D01

Text Example


Text Example

White with #073D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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