#074901

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

Shades of Myrtle #074901

Tints of Myrtle #074901

Color information

#074901 (or 0x074901) is unknown color: approx Myrtle. HEX triplet: 07, 49 and 01. RGB value is (7,73,1). Sum of RGB (Red+Green+Blue) = 7+73+1=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 73 (28.91% from 255 or 90.12% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 73 - color contains mainly: green. Hex color #074901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074901 is #F8B6FE. Grayscale: #2D2D2D. Windows color (decimal): -16299775 or 84231. OLE color: 84231.

HSL color Cylindrical-coordinate representation of color #074901: hue angle of 115º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #074901 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB7731-
CMYK0.9000.990.71
HSL115º97.3%14.51%-
HSV(B)115º98.63%28.63%-
XYZ2.484.810.83-
YUV45.06103.13100.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.64%
GREEN value IS 73 (28.91% from 255) = 90.12%
BLUE value IS 1 (0.78% from 255) = 1.23%
R=8.64%
G=90.12%
B=1.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal77310.9000.990.7111597.314.51
Hex74915A063477361f
Octal71111132014310716314117
Binary111100100111011010011000111000111111001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074901; }

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

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

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

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

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

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

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

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