#07540A

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

Shades of Myrtle #07540A

Tints of Myrtle #07540A

Color information

#07540A (or 0x07540A) is unknown color: approx Myrtle. HEX triplet: 07, 54 and 0A. RGB value is (7,84,10). Sum of RGB (Red+Green+Blue) = 7+84+10=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 84 (33.20% from 255 or 83.17% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 84 - color contains mainly: green. Hex color #07540A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07540A is #F8ABF5. Grayscale: #343434. Windows color (decimal): -16296950 or 676871. OLE color: 676871.

HSL color Cylindrical-coordinate representation of color #07540A: hue angle of 122.34º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07540A is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB78410-
CMYK0.9200.880.67
HSL122.34º84.62%17.84%-
HSV(B)122.34º91.67%32.94%-
XYZ3.316.411.35-
YUV52.54103.9995.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.93%
GREEN value IS 84 (33.20% from 255) = 83.17%
BLUE value IS 10 (4.30% from 255) = 9.90%
R=6.93%
G=83.17%
B=9.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784100.9200.880.67122.3484.6217.84
Hex754A5C058437a5512
Octal712412134013010317212522
Binary1111010100101010111000101100010000111111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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