Html Css Color HEX #070D00 Pine Tree

📋 copy color: '#070D00'

red 7 ◦ green 13 ◦ blue 0

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

Shades of Pine Tree #070D00

Tints of Pine Tree #070D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35%
G = 65%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.95

RGB Variations

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

Color information

#070D00 (or 0x070D00) is known color: Pine Tree. HEX triplet: 07, 0D and 00. RGB value is (7,13,0). Sum of RGB (Red+Green+Blue) = 7+13+0=20 (2% of max value = 765). Red value is 7 (3.12% from 255 or 35% from 20); Green value is 13 (5.47% from 255 or 65% from 20); Blue value is 0 (0.39% from 255 or 0% from 20); Max value from RGB is 13 - color contains mainly: green. Hex color #070D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D00 is #F8F2FF. Grayscale: #090909. Windows color (decimal): -16315136 or 3335. OLE color: 3335.

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

Color convert

RGB 7 13 0 -
CMYK 0.46 0 1 0.95
HSL 87.69º 1% 0.03% -
HSV(B) 87.69º 1% 0.05% -
XYZ 0.23 0.33 0.05 -
YUV 9.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 7 13 0 0.46 0 1 0.95 87.69 1 0.03
Hex 7 D 0 2E 0 64 5F 58 64 3
Octal 7 15 0 56 0 144 137 130 144 3
Binary 111 1101 0 101110 0 1100100 1011111 1011000 1100100 11

Color Harmonies of #070D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D00

Black with #070D00

Text Example


Text Example

White with #070D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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