Html Css Color HEX #050700 Pine Tree

📋 copy color: '#050700'

red 5 ◦ green 7 ◦ blue 0

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

Shades of Pine Tree #050700

Tints of Pine Tree #050700

RGB

 RED value IS 5 (2.34% from 255) = 41.67%

 GREEN value IS 7 (3.13% from 255) = 58.33%

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

R = 41.67%
G = 58.33%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.97

RGB Variations

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

Color information

#050700 (or 0x050700) is known color: Pine Tree. HEX triplet: 05, 07 and 00. RGB value is (5,7,0). Sum of RGB (Red+Green+Blue) = 5+7+0=12 (1% of max value = 765). Red value is 5 (2.34% from 255 or 41.67% from 12); Green value is 7 (3.12% from 255 or 58.33% from 12); Blue value is 0 (0.39% from 255 or 0% from 12); Max value from RGB is 7 - color contains mainly: green. Hex color #050700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050700 is #FAF8FF. Grayscale: #050505. Windows color (decimal): -16447744 or 1797. OLE color: 1797.

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

Color convert

RGB 5 7 0 -
CMYK 0.29 0 1 0.97
HSL 77.14º 1% 0.01% -
HSV(B) 77.14º 1% 0.03% -
XYZ 0.14 0.18 0.03 -
YUV 5.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 5 7 0 0.29 0 1 0.97 77.14 1 0.01
Hex 5 7 0 1D 0 64 61 4D 64 1
Octal 5 7 0 35 0 144 141 115 144 1
Binary 101 111 0 11101 0 1100100 1100001 1001101 1100100 1

Color Harmonies of #050700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050700

Black with #050700

Text Example


Text Example

White with #050700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050700; }

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

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

background-color css

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

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

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

border-color css

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

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

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