#070D06

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

Shades of Myrtle #070D06

Tints of Myrtle #070D06

Color information

#070D06 (or 0x070D06) is unknown color: approx Myrtle. HEX triplet: 07, 0D and 06. RGB value is (7,13,6). Sum of RGB (Red+Green+Blue) = 7+13+6=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 13 (5.47% from 255 or 50% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 13 - color contains mainly: green. Hex color #070D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D06 is #F8F2F9. Grayscale: #0A0A0A. Windows color (decimal): -16315130 or 396551. OLE color: 396551.

HSL color Cylindrical-coordinate representation of color #070D06: hue angle of 111.43º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #070D06 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.95.

Color convert

RGB7136-
CMYK0.4600.540.95
HSL111.43º36.84%3.73%-
HSV(B)111.43º53.85%5.1%-
XYZ0.260.350.23-
YUV10.41125.51125.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 26.92%
GREEN value IS 13 (5.47% from 255) = 50%
BLUE value IS 6 (2.73% from 255) = 23.08%
R=26.92%
G=50%
B=23.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal71360.4600.540.95111.4336.843.73
Hex7D62E0365F6f254
Octal715656066137157454
Binary1111101110101110011011010111111101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070D06; }

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

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

<style>
 a { background-color: #070D06; }

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

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

<style>
 span { border-color: #070D06; }

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

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