Html Css Color HEX #071004 Pine Tree

📋 copy color: '#071004'

red 7 ◦ green 16 ◦ blue 4

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

Shades of Pine Tree #071004

Tints of Pine Tree #071004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 14.81%

R = 25.93%
G = 59.26%
B = 14.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.75

 K value IS 0.94

RGB Variations

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

Color information

#071004 (or 0x071004) is known color: Pine Tree. HEX triplet: 07, 10 and 04. RGB value is (7,16,4). Sum of RGB (Red+Green+Blue) = 7+16+4=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #071004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071004 is #F8EFFB. Grayscale: #0B0B0B. Windows color (decimal): -16314364 or 266247. OLE color: 266247.

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

Color convert

RGB 7 16 4 -
CMYK 0.56 0 0.75 0.94
HSL 105º 0.6% 0.04% -
HSV(B) 105º 0.75% 0.06% -
XYZ 0.29 0.42 0.18 -
YUV 11.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 7 16 4 0.56 0 0.75 0.94 105 0.6 0.04
Hex 7 10 4 38 0 4B 5E 69 3C 4
Octal 7 20 4 70 0 113 136 151 74 4
Binary 111 10000 100 111000 0 1001011 1011110 1101001 111100 100

Color Harmonies of #071004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071004

Black with #071004

Text Example


Text Example

White with #071004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071004; }

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

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

background-color css

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

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

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

border-color css

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

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

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