#070A06

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

Shades of Pine Tree #070A06

Tints of Pine Tree #070A06

Color information

#070A06 (or 0x070A06) is unknown color: approx Pine Tree. HEX triplet: 07, 0A and 06. RGB value is (7,10,6). Sum of RGB (Red+Green+Blue) = 7+10+6=23 (3% of max value = 765). Red value is 7 (3.12% from 255 or 30.43% from 23); Green value is 10 (4.30% from 255 or 43.48% from 23); Blue value is 6 (2.73% from 255 or 26.09% from 23); Max value from RGB is 10 - color contains mainly: green. Hex color #070A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A06 is #F8F5F9. Grayscale: #080808. Windows color (decimal): -16315898 or 395783. OLE color: 395783.

HSL color Cylindrical-coordinate representation of color #070A06: hue angle of 105º degrees, saturation: 0.25, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #070A06 is Cyan = 0.30, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.96.

Color convert

RGB7106-
CMYK0.3000.40.96
HSL105º25%3.14%-
HSV(B)105º40%3.92%-
XYZ0.230.280.21-
YUV8.65126.51126.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 30.43%
GREEN value IS 10 (4.30% from 255) = 43.48%
BLUE value IS 6 (2.73% from 255) = 26.09%
R=30.43%
G=43.48%
B=26.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal71060.3000.40.96105253.14
Hex7A61E0286069193
Octal712636050140151313
Binary1111010110111100101000110000011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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