Html Css Color HEX #061500 Pine Tree

📋 copy color: '#061500'

red 6 ◦ green 21 ◦ blue 0

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

Shades of Pine Tree #061500

Tints of Pine Tree #061500

RGB

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

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

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

R = 22.22%
G = 77.78%
B = 0%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#061500 (or 0x061500) is known color: Pine Tree. HEX triplet: 06, 15 and 00. RGB value is (6,21,0). Sum of RGB (Red+Green+Blue) = 6+21+0=27 (3% of max value = 765). Red value is 6 (2.73% from 255 or 22.22% from 27); Green value is 21 (8.59% from 255 or 77.78% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 21 - color contains mainly: green. Hex color #061500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061500 is #F9EAFF. Grayscale: #0E0E0E. Windows color (decimal): -16378624 or 5382. OLE color: 5382.

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

Color convert

RGB 6 21 0 -
CMYK 0.71 0 1 0.92
HSL 102.86º 1% 0.04% -
HSV(B) 102.86º 1% 0.08% -
XYZ 0.34 0.58 0.09 -
YUV 14.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 6 21 0 0.71 0 1 0.92 102.86 1 0.04
Hex 6 15 0 47 0 64 5C 67 64 4
Octal 6 25 0 107 0 144 134 147 144 4
Binary 110 10101 0 1000111 0 1100100 1011100 1100111 1100100 100

Color Harmonies of #061500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061500

Black with #061500

Text Example


Text Example

White with #061500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061500; }

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

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

background-color css

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

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

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

border-color css

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

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

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