Html Css Color HEX #071501 Pine Tree

📋 copy color: '#071501'

red 7 ◦ green 21 ◦ blue 1

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

Shades of Pine Tree #071501

Tints of Pine Tree #071501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 72.41%

 BLUE value IS 1 (0.78% from 255) = 3.45%

R = 24.14%
G = 72.41%
B = 3.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#071501 (or 0x071501) is known color: Pine Tree. HEX triplet: 07, 15 and 01. RGB value is (7,21,1). Sum of RGB (Red+Green+Blue) = 7+21+1=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 21 (8.59% from 255 or 72.41% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 21 - color contains mainly: green. Hex color #071501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071501 is #F8EAFE. Grayscale: #0E0E0E. Windows color (decimal): -16313087 or 70919. OLE color: 70919.

HSL color Cylindrical-coordinate representation of color #071501: hue angle of 102º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071501 is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 21 1 -
CMYK 0.67 0 0.95 0.92
HSL 102º 0.91% 0.04% -
HSV(B) 102º 0.95% 0.08% -
XYZ 0.36 0.58 0.12 -
YUV 14.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 7 21 1 0.67 0 0.95 0.92 102 0.91 0.04
Hex 7 15 1 43 0 5F 5C 66 5B 4
Octal 7 25 1 103 0 137 134 146 133 4
Binary 111 10101 1 1000011 0 1011111 1011100 1100110 1011011 100

Color Harmonies of #071501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071501

Black with #071501

Text Example


Text Example

White with #071501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071501; }

 p { color: rgb(7,21,1); }

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

background-color css

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

 a { background-color: rgb(7,21,1); }

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

border-color css

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

 span { border-color: rgb(7,21,1); }

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