Html Css Color HEX #070805 Pine Tree

📋 copy color: '#070805'

red 7 ◦ green 8 ◦ blue 5

#070805
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #070805

Tints of Pine Tree #070805

RGB

 RED value IS 7 (3.13% from 255) = 35%

 GREEN value IS 8 (3.52% from 255) = 40%

 BLUE value IS 5 (2.34% from 255) = 25%

R = 35%
G = 40%
B = 25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.97

RGB Variations

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

Color information

#070805 (or 0x070805) is known color: Pine Tree. HEX triplet: 07, 08 and 05. RGB value is (7,8,5). Sum of RGB (Red+Green+Blue) = 7+8+5=20 (2% of max value = 765). Red value is 7 (3.12% from 255 or 35% from 20); Green value is 8 (3.52% from 255 or 40% from 20); Blue value is 5 (2.34% from 255 or 25% from 20); Max value from RGB is 8 - color contains mainly: green. Hex color #070805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070805 is #F8F7FA. Grayscale: #070707. Windows color (decimal): -16316411 or 329735. OLE color: 329735.

HSL color Cylindrical-coordinate representation of color #070805: hue angle of 80º degrees, saturation: 0.23, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #070805 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.97.

Color convert

RGB 7 8 5 -
CMYK 0.13 0 0.38 0.97
HSL 80º 0.23% 0.03% -
HSV(B) 80º 0.38% 0.03% -
XYZ 0.2 0.23 0.18 -
YUV 7.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 7 8 5 0.13 0 0.38 0.97 80 0.23 0.03
Hex 7 8 5 D 0 26 61 50 17 3
Octal 7 10 5 15 0 46 141 120 27 3
Binary 111 1000 101 1101 0 100110 1100001 1010000 10111 11

Color Harmonies of #070805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070805

Black with #070805

Text Example


Text Example

White with #070805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070805; }

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

 H1.HeaderClassName
 {
   color: #070805;
 }
 .AnyTagClassName
 {
   color: #070805;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #070805;
 }
 .BgClassName
 {
   background-color: #070805;
 }
</style>

border-color css

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

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

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