#07410E

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

Shades of Myrtle #07410E

Tints of Myrtle #07410E

Color information

#07410E (or 0x07410E) is unknown color: approx Myrtle. HEX triplet: 07, 41 and 0E. RGB value is (7,65,14). Sum of RGB (Red+Green+Blue) = 7+65+14=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 65 (25.78% from 255 or 75.58% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 65 - color contains mainly: green. Hex color #07410E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07410E is #F8BEF1. Grayscale: #292929. Windows color (decimal): -16301810 or 934151. OLE color: 934151.

HSL color Cylindrical-coordinate representation of color #07410E: hue angle of 127.24º 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 #07410E is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB76514-
CMYK0.8900.780.75
HSL127.24º80.56%14.12%-
HSV(B)127.24º89.23%25.49%-
XYZ2.063.861.05-
YUV41.84112.28103.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.14%
GREEN value IS 65 (25.78% from 255) = 75.58%
BLUE value IS 14 (5.86% from 255) = 16.28%
R=8.14%
G=75.58%
B=16.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765140.8900.780.75127.2480.5614.12
Hex741E5904E4B7f51e
Octal710116131011611317712116
Binary111100000111101011001010011101001011111111110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07410E; }

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

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

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

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

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

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

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

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