#073D01

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

Shades of Myrtle #073D01

Tints of Myrtle #073D01

Color information

#073D01 (or 0x073D01) is unknown color: approx 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

RGB7611-
CMYK0.8900.980.76
HSL114º96.77%12.16%-
HSV(B)114º98.36%23.92%-
XYZ1.763.380.59-
YUV38.01107.11105.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal76110.8900.980.7611496.7712.16
Hex73D1590624C7261c
Octal7751131014211416214114
Binary11111110111011001011000101001100111001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>