#073E01

Color #073E01 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #073E01

Tints of Myrtle #073E01

Color information

#073E01 (or 0x073E01) is unknown color: approx Myrtle. HEX triplet: 07, 3E and 01. RGB value is (7,62,1). Sum of RGB (Red+Green+Blue) = 7+62+1=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 62 (24.61% from 255 or 88.57% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 62 - color contains mainly: green. Hex color #073E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073E01 is #F8C1FE. Grayscale: #262626. Windows color (decimal): -16302591 or 81415. OLE color: 81415.

HSL color Cylindrical-coordinate representation of color #073E01: hue angle of 114.1º 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 #073E01 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB7621-
CMYK0.8900.980.76
HSL114.1º96.83%12.35%-
HSV(B)114.1º98.39%24.31%-
XYZ1.823.490.61-
YUV38.6106.78105.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10%
GREEN value IS 62 (24.61% from 255) = 88.57%
BLUE value IS 1 (0.78% from 255) = 1.43%
R=10%
G=88.57%
B=1.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal76210.8900.980.76114.196.8312.35
Hex73E1590624C7261c
Octal7761131014211416214114
Binary11111111011011001011000101001100111001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #073E01;
 }
 .AnyTagClassName
 {
   color: #073E01;
 }
</style>
background-color css

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

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

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

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

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

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