#07580A

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

Shades of Myrtle #07580A

Tints of Myrtle #07580A

Color information

#07580A (or 0x07580A) is unknown color: approx Myrtle. HEX triplet: 07, 58 and 0A. RGB value is (7,88,10). Sum of RGB (Red+Green+Blue) = 7+88+10=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 88 (34.77% from 255 or 83.81% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 88 - color contains mainly: green. Hex color #07580A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07580A is #F8A7F5. Grayscale: #373737. Windows color (decimal): -16295926 or 677895. OLE color: 677895.

HSL color Cylindrical-coordinate representation of color #07580A: hue angle of 122.22º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07580A is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB78810-
CMYK0.9200.890.65
HSL122.22º85.26%18.63%-
HSV(B)122.22º92.05%34.51%-
XYZ3.637.051.46-
YUV54.89102.6693.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 88 (34.77% from 255) = 83.81%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=6.67%
G=83.81%
B=9.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal788100.9200.890.65122.2285.2618.63
Hex758A5C059417a5513
Octal713012134013110117212523
Binary1111011000101010111000101100110000011111010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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