#07470A

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

Shades of Myrtle #07470A

Tints of Myrtle #07470A

Color information

#07470A (or 0x07470A) is unknown color: approx Myrtle. HEX triplet: 07, 47 and 0A. RGB value is (7,71,10). Sum of RGB (Red+Green+Blue) = 7+71+10=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 71 (28.12% from 255 or 80.68% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 71 - color contains mainly: green. Hex color #07470A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07470A is #F8B8F5. Grayscale: #2D2D2D. Windows color (decimal): -16300278 or 673543. OLE color: 673543.

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

Color convert

RGB77110-
CMYK0.9000.860.72
HSL122.81º82.05%15.29%-
HSV(B)122.81º90.14%27.84%-
XYZ2.44.571.04-
YUV44.91108.3100.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 71 (28.12% from 255) = 80.68%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=7.95%
G=80.68%
B=11.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal771100.9000.860.72122.8182.0515.29
Hex747A5A056487b52f
Octal710712132012611017312217
Binary111100011110101011010010101101001000111101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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