#07420A

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

Shades of Myrtle #07420A

Tints of Myrtle #07420A

Color information

#07420A (or 0x07420A) is unknown color: approx Myrtle. HEX triplet: 07, 42 and 0A. RGB value is (7,66,10). Sum of RGB (Red+Green+Blue) = 7+66+10=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 66 (26.17% from 255 or 79.52% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 66 - color contains mainly: green. Hex color #07420A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07420A is #F8BDF5. Grayscale: #2A2A2A. Windows color (decimal): -16301558 or 672263. OLE color: 672263.

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

Color convert

RGB76610-
CMYK0.8900.850.74
HSL123.05º80.82%14.31%-
HSV(B)123.05º89.39%25.88%-
XYZ2.093.960.94-
YUV41.97109.95103.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 66 (26.17% from 255) = 79.52%
BLUE value IS 10 (4.30% from 255) = 12.05%
R=8.43%
G=79.52%
B=12.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal766100.8900.850.74123.0580.8214.31
Hex742A590554A7b51e
Octal710212131012511217312116
Binary111100001010101011001010101011001010111101110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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