#074F01

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

Shades of Myrtle #074F01

Tints of Myrtle #074F01

Color information

#074F01 (or 0x074F01) is unknown color: approx Myrtle. HEX triplet: 07, 4F and 01. RGB value is (7,79,1). Sum of RGB (Red+Green+Blue) = 7+79+1=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 79 (31.25% from 255 or 90.80% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 79 - color contains mainly: green. Hex color #074F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074F01 is #F8B0FE. Grayscale: #303030. Windows color (decimal): -16298239 or 85767. OLE color: 85767.

HSL color Cylindrical-coordinate representation of color #074F01: hue angle of 115.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #074F01 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB7791-
CMYK0.9100.990.69
HSL115.38º97.5%15.69%-
HSV(B)115.38º98.73%30.98%-
XYZ2.895.640.96-
YUV48.58101.1598.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 79 (31.25% from 255) = 90.80%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=8.05%
G=90.80%
B=1.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal77910.9100.990.69115.3897.515.69
Hex74F15B06345736210
Octal71171133014310516314220
Binary1111001111110110110110001110001011110011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074F01; }

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

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

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

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

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

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

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

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