#074100

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

Shades of Myrtle #074100

Tints of Myrtle #074100

Color information

#074100 (or 0x074100) is unknown color: approx Myrtle. HEX triplet: 07, 41 and 00. RGB value is (7,65,0). Sum of RGB (Red+Green+Blue) = 7+65+0=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 65 (25.78% from 255 or 90.28% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 65 - color contains mainly: green. Hex color #074100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074100 is #F8BEFF. Grayscale: #282828. Windows color (decimal): -16301824 or 16647. OLE color: 16647.

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

Color convert

RGB7650-
CMYK0.89010.75
HSL113.54º100%12.75%-
HSV(B)113.54º100%25.49%-
XYZ1.983.830.63-
YUV40.25105.28104.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.72%
GREEN value IS 65 (25.78% from 255) = 90.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.72%
G=90.28%
B=0%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal76500.89010.75113.5410012.75
Hex7410590644B7264d
Octal71010131014411316214415
Binary111100000101011001011001001001011111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074100; }

 p { color: rgb(7,65,0); }

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

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

 a { background-color: rgb(7,65,0); }

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

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

 span { border-color: rgb(7,65,0); }

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