#070F05

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

Shades of Myrtle #070F05

Tints of Myrtle #070F05

Color information

#070F05 (or 0x070F05) is unknown color: approx Myrtle. HEX triplet: 07, 0F and 05. RGB value is (7,15,5). Sum of RGB (Red+Green+Blue) = 7+15+5=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 15 (6.25% from 255 or 55.56% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 15 - color contains mainly: green. Hex color #070F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F05 is #F8F0FA. Grayscale: #0B0B0B. Windows color (decimal): -16314619 or 331527. OLE color: 331527.

HSL color Cylindrical-coordinate representation of color #070F05: hue angle of 108º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #070F05 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.94.

Color convert

RGB7155-
CMYK0.5300.670.94
HSL108º50%3.92%-
HSV(B)108º66.67%5.88%-
XYZ0.290.40.21-
YUV11.47124.35124.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25.93%
GREEN value IS 15 (6.25% from 255) = 55.56%
BLUE value IS 5 (2.34% from 255) = 18.52%
R=25.93%
G=55.56%
B=18.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal71550.5300.670.94108503.92
Hex7F5350435E6c324
Octal7175650103136154624
Binary11111111011101010100001110111101101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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