Html Css Color HEX #071700 Pine Tree

📋 copy color: '#071700'

red 7 ◦ green 23 ◦ blue 0

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

Shades of Pine Tree #071700

Tints of Pine Tree #071700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 76.67%

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

R = 23.33%
G = 76.67%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#071700 (or 0x071700) is known color: Pine Tree. HEX triplet: 07, 17 and 00. RGB value is (7,23,0). Sum of RGB (Red+Green+Blue) = 7+23+0=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 23 (9.38% from 255 or 76.67% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 23 - color contains mainly: green. Hex color #071700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071700 is #F8E8FF. Grayscale: #0F0F0F. Windows color (decimal): -16312576 or 5895. OLE color: 5895.

HSL color Cylindrical-coordinate representation of color #071700: hue angle of 101.74º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #071700 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 23 0 -
CMYK 0.70 0 1 0.91
HSL 101.74º 1% 0.05% -
HSV(B) 101.74º 1% 0.09% -
XYZ 0.39 0.66 0.11 -
YUV 15.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 7 23 0 0.70 0 1 0.91 101.74 1 0.05
Hex 7 17 0 46 0 64 5B 66 64 5
Octal 7 27 0 106 0 144 133 146 144 5
Binary 111 10111 0 1000110 0 1100100 1011011 1100110 1100100 101

Color Harmonies of #071700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071700

Black with #071700

Text Example


Text Example

White with #071700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071700; }

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

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

background-color css

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

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

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

border-color css

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

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

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