Html Css Color HEX #071000 Pine Tree

📋 copy color: '#071000'

red 7 ◦ green 16 ◦ blue 0

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

Shades of Pine Tree #071000

Tints of Pine Tree #071000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 69.57%

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

R = 30.43%
G = 69.57%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.94

RGB Variations

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

Color information

#071000 (or 0x071000) is known color: Pine Tree. HEX triplet: 07, 10 and 00. RGB value is (7,16,0). Sum of RGB (Red+Green+Blue) = 7+16+0=23 (3% of max value = 765). Red value is 7 (3.12% from 255 or 30.43% from 23); Green value is 16 (6.64% from 255 or 69.57% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 16 - color contains mainly: green. Hex color #071000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071000 is #F8EFFF. Grayscale: #0B0B0B. Windows color (decimal): -16314368 or 4103. OLE color: 4103.

HSL color Cylindrical-coordinate representation of color #071000: hue angle of 93.75º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #071000 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 16 0 -
CMYK 0.56 0 1 0.94
HSL 93.75º 1% 0.03% -
HSV(B) 93.75º 1% 0.06% -
XYZ 0.27 0.42 0.07 -
YUV 11.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 7 16 0 0.56 0 1 0.94 93.75 1 0.03
Hex 7 10 0 38 0 64 5E 5E 64 3
Octal 7 20 0 70 0 144 136 136 144 3
Binary 111 10000 0 111000 0 1100100 1011110 1011110 1100100 11

Color Harmonies of #071000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071000

Black with #071000

Text Example


Text Example

White with #071000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071000; }

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

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

background-color css

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

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

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

border-color css

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

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

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