#07480F

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

Shades of Myrtle #07480F

Tints of Myrtle #07480F

Color information

#07480F (or 0x07480F) is unknown color: approx Myrtle. HEX triplet: 07, 48 and 0F. RGB value is (7,72,15). Sum of RGB (Red+Green+Blue) = 7+72+15=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 72 (28.52% from 255 or 76.60% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 72 - color contains mainly: green. Hex color #07480F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07480F is #F8B7F0. Grayscale: #2E2E2E. Windows color (decimal): -16300017 or 1001479. OLE color: 1001479.

HSL color Cylindrical-coordinate representation of color #07480F: hue angle of 127.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07480F is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB77215-
CMYK0.9000.790.72
HSL127.38º82.28%15.49%-
HSV(B)127.38º90.28%28.24%-
XYZ2.494.711.23-
YUV46.07110.47100.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 72 (28.52% from 255) = 76.60%
BLUE value IS 15 (6.25% from 255) = 15.96%
R=7.45%
G=76.60%
B=15.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal772150.9000.790.72127.3882.2815.49
Hex748F5A04F487f52f
Octal711017132011711017712217
Binary111100100011111011010010011111001000111111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07480F; }

 p { color: rgb(7,72,15); }

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

<style>
 a { background-color: #07480F; }

 a { background-color: rgb(7,72,15); }

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

<style>
 span { border-color: #07480F; }

 span { border-color: rgb(7,72,15); }

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