#074107

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

Shades of Myrtle #074107

Tints of Myrtle #074107

Color information

#074107 (or 0x074107) is unknown color: approx Myrtle. HEX triplet: 07, 41 and 07. RGB value is (7,65,7). Sum of RGB (Red+Green+Blue) = 7+65+7=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 65 (25.78% from 255 or 82.28% from 79); Blue value is 7 (3.12% from 255 or 8.86% from 79); Max value from RGB is 65 - color contains mainly: green. Hex color #074107 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074107 is #F8BEF8. Grayscale: #292929. Windows color (decimal): -16301817 or 475399. OLE color: 475399.

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

Color convert

RGB7657-
CMYK0.8900.890.75
HSL120º80.56%14.12%-
HSV(B)120º89.23%25.49%-
XYZ2.023.840.84-
YUV41.05108.78103.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.86%
GREEN value IS 65 (25.78% from 255) = 82.28%
BLUE value IS 7 (3.12% from 255) = 8.86%
R=8.86%
G=82.28%
B=8.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal76570.8900.890.7512080.5614.12
Hex7417590594B7851e
Octal71017131013111317012116
Binary11110000011111011001010110011001011111100010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074107; }

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

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

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

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

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

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

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

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