#07410A

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

Shades of Myrtle #07410A

Tints of Myrtle #07410A

Color information

#07410A (or 0x07410A) is unknown color: approx Myrtle. HEX triplet: 07, 41 and 0A. RGB value is (7,65,10). Sum of RGB (Red+Green+Blue) = 7+65+10=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 65 (25.78% from 255 or 79.27% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 65 - color contains mainly: green. Hex color #07410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07410A is #F8BEF5. Grayscale: #292929. Windows color (decimal): -16301814 or 672007. OLE color: 672007.

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

Color convert

RGB76510-
CMYK0.8900.850.75
HSL123.1º80.56%14.12%-
HSV(B)123.1º89.23%25.49%-
XYZ2.033.850.92-
YUV41.39110.28103.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.54%
GREEN value IS 65 (25.78% from 255) = 79.27%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=8.54%
G=79.27%
B=12.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765100.8900.850.75123.180.5614.12
Hex741A590554B7b51e
Octal710112131012511317312116
Binary111100000110101011001010101011001011111101110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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