#074001

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

Shades of Myrtle #074001

Tints of Myrtle #074001

Color information

#074001 (or 0x074001) is unknown color: approx Myrtle. HEX triplet: 07, 40 and 01. RGB value is (7,64,1). Sum of RGB (Red+Green+Blue) = 7+64+1=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 64 (25.39% from 255 or 88.89% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 64 - color contains mainly: green. Hex color #074001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074001 is #F8BFFE. Grayscale: #272727. Windows color (decimal): -16302079 or 81927. OLE color: 81927.

HSL color Cylindrical-coordinate representation of color #074001: hue angle of 114.29º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #074001 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB7641-
CMYK0.8900.980.75
HSL114.29º96.92%12.75%-
HSV(B)114.29º98.44%25.1%-
XYZ1.933.710.64-
YUV39.78106.12104.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.72%
GREEN value IS 64 (25.39% from 255) = 88.89%
BLUE value IS 1 (0.78% from 255) = 1.39%
R=9.72%
G=88.89%
B=1.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal76410.8900.980.75114.2996.9212.75
Hex7401590624B7261d
Octal71001131014211316214115
Binary111100000011011001011000101001011111001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074001; }

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

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

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

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

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

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

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

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