#074701

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

Shades of Myrtle #074701

Tints of Myrtle #074701

Color information

#074701 (or 0x074701) is unknown color: approx Myrtle. HEX triplet: 07, 47 and 01. RGB value is (7,71,1). Sum of RGB (Red+Green+Blue) = 7+71+1=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 71 (28.12% from 255 or 89.87% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 71 - color contains mainly: green. Hex color #074701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074701 is #F8B8FE. Grayscale: #2C2C2C. Windows color (decimal): -16300287 or 83719. OLE color: 83719.

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

Color convert

RGB7711-
CMYK0.9000.990.72
HSL114.86º97.22%14.12%-
HSV(B)114.86º98.59%27.84%-
XYZ2.354.550.78-
YUV43.88103.8101.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.86%
GREEN value IS 71 (28.12% from 255) = 89.87%
BLUE value IS 1 (0.78% from 255) = 1.27%
R=8.86%
G=89.87%
B=1.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal77110.9000.990.72114.8697.2214.12
Hex74715A063487361e
Octal71071132014311016314116
Binary111100011111011010011000111001000111001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074701; }

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

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

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

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

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

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

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

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