#07410C

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

Shades of Myrtle #07410C

Tints of Myrtle #07410C

Color information

#07410C (or 0x07410C) is unknown color: approx Myrtle. HEX triplet: 07, 41 and 0C. RGB value is (7,65,12). Sum of RGB (Red+Green+Blue) = 7+65+12=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 65 (25.78% from 255 or 77.38% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 65 - color contains mainly: green. Hex color #07410C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07410C is #F8BEF3. Grayscale: #292929. Windows color (decimal): -16301812 or 803079. OLE color: 803079.

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

Color convert

RGB76512-
CMYK0.8900.820.75
HSL125.17º80.56%14.12%-
HSV(B)125.17º89.23%25.49%-
XYZ2.043.850.98-
YUV41.62111.28103.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.33%
GREEN value IS 65 (25.78% from 255) = 77.38%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=8.33%
G=77.38%
B=14.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765120.8900.820.75125.1780.5614.12
Hex741C590524B7d51e
Octal710114131012211317512116
Binary111100000111001011001010100101001011111110110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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