#07580D

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

Shades of Myrtle #07580D

Tints of Myrtle #07580D

Color information

#07580D (or 0x07580D) is unknown color: approx Myrtle. HEX triplet: 07, 58 and 0D. RGB value is (7,88,13). Sum of RGB (Red+Green+Blue) = 7+88+13=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 88 (34.77% from 255 or 81.48% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 88 - color contains mainly: green. Hex color #07580D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07580D is #F8A7F2. Grayscale: #373737. Windows color (decimal): -16295923 or 874503. OLE color: 874503.

HSL color Cylindrical-coordinate representation of color #07580D: hue angle of 124.44º 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 #07580D is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB78813-
CMYK0.9200.850.65
HSL124.44º85.26%18.63%-
HSV(B)124.44º92.05%34.51%-
XYZ3.657.051.55-
YUV55.23104.1693.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.48%
GREEN value IS 88 (34.77% from 255) = 81.48%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=6.48%
G=81.48%
B=12.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal788130.9200.850.65124.4485.2618.63
Hex758D5C055417c5513
Octal713015134012510117412523
Binary1111011000110110111000101010110000011111100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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