Html Css Color HEX #061000 Pine Tree

📋 copy color: '#061000'

red 6 ◦ green 16 ◦ blue 0

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

Shades of Pine Tree #061000

Tints of Pine Tree #061000

RGB

 RED value IS 6 (2.73% from 255) = 27.27%

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

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

R = 27.27%
G = 72.73%
B = 0%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 1

 K value IS 0.94

RGB Variations

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

Color information

#061000 (or 0x061000) is known color: Pine Tree. HEX triplet: 06, 10 and 00. RGB value is (6,16,0). Sum of RGB (Red+Green+Blue) = 6+16+0=22 (2% of max value = 765). Red value is 6 (2.73% from 255 or 27.27% from 22); Green value is 16 (6.64% from 255 or 72.73% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 16 - color contains mainly: green. Hex color #061000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061000 is #F9EFFF. Grayscale: #0B0B0B. Windows color (decimal): -16379904 or 4102. OLE color: 4102.

HSL color Cylindrical-coordinate representation of color #061000: hue angle of 97.5º 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 #061000 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.94.

Color convert

RGB 6 16 0 -
CMYK 0.62 0 1 0.94
HSL 97.5º 1% 0.03% -
HSV(B) 97.5º 1% 0.06% -
XYZ 0.26 0.41 0.07 -
YUV 11.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 6 16 0 0.62 0 1 0.94 97.5 1 0.03
Hex 6 10 0 3E 0 64 5E 62 64 3
Octal 6 20 0 76 0 144 136 142 144 3
Binary 110 10000 0 111110 0 1100100 1011110 1100010 1100100 11

Color Harmonies of #061000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061000

Black with #061000

Text Example


Text Example

White with #061000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061000; }

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

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

background-color css

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

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

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

border-color css

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

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

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