#074601

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

Shades of Myrtle #074601

Tints of Myrtle #074601

Color information

#074601 (or 0x074601) is unknown color: approx Myrtle. HEX triplet: 07, 46 and 01. RGB value is (7,70,1). Sum of RGB (Red+Green+Blue) = 7+70+1=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 70 (27.73% from 255 or 89.74% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 70 - color contains mainly: green. Hex color #074601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074601 is #F8B9FE. Grayscale: #2B2B2B. Windows color (decimal): -16300543 or 83463. OLE color: 83463.

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

Color convert

RGB7701-
CMYK0.9000.990.73
HSL114.78º97.18%13.92%-
HSV(B)114.78º98.57%27.45%-
XYZ2.284.430.76-
YUV43.3104.13102.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.97%
GREEN value IS 70 (27.73% from 255) = 89.74%
BLUE value IS 1 (0.78% from 255) = 1.28%
R=8.97%
G=89.74%
B=1.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal77010.9000.990.73114.7897.1813.92
Hex74615A063497361e
Octal71061132014311116314116
Binary111100011011011010011000111001001111001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074601; }

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

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

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

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

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

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

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

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