#07470F

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

Shades of Myrtle #07470F

Tints of Myrtle #07470F

Color information

#07470F (or 0x07470F) is unknown color: approx Myrtle. HEX triplet: 07, 47 and 0F. RGB value is (7,71,15). Sum of RGB (Red+Green+Blue) = 7+71+15=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #07470F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07470F is #F8B8F0. Grayscale: #2D2D2D. Windows color (decimal): -16300273 or 1001223. OLE color: 1001223.

HSL color Cylindrical-coordinate representation of color #07470F: hue angle of 127.5º 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 #07470F is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB77115-
CMYK0.9000.790.72
HSL127.5º82.05%15.29%-
HSV(B)127.5º90.14%27.84%-
XYZ2.434.591.21-
YUV45.48110.8100.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.53%
GREEN value IS 71 (28.12% from 255) = 76.34%
BLUE value IS 15 (6.25% from 255) = 16.13%
R=7.53%
G=76.34%
B=16.13%

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
Decimal771150.9000.790.72127.582.0515.29
Hex747F5A04F488052f
Octal710717132011711020012217
Binary1111000111111110110100100111110010001000000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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