Html Css Color HEX #060900 Pine Tree

📋 copy color: '#060900'

red 6 ◦ green 9 ◦ blue 0

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

Shades of Pine Tree #060900

Tints of Pine Tree #060900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 60%

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

R = 40%
G = 60%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.96

RGB Variations

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

Color information

#060900 (or 0x060900) is known color: Pine Tree. HEX triplet: 06, 09 and 00. RGB value is (6,9,0). Sum of RGB (Red+Green+Blue) = 6+9+0=15 (1% of max value = 765). Red value is 6 (2.73% from 255 or 40% from 15); Green value is 9 (3.91% from 255 or 60% from 15); Blue value is 0 (0.39% from 255 or 0% from 15); Max value from RGB is 9 - color contains mainly: green. Hex color #060900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060900 is #F9F6FF. Grayscale: #070707. Windows color (decimal): -16381696 or 2310. OLE color: 2310.

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

Color convert

RGB 6 9 0 -
CMYK 0.33 0 1 0.96
HSL 80º 1% 0.02% -
HSV(B) 80º 1% 0.04% -
XYZ 0.17 0.23 0.04 -
YUV 7.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 6 9 0 0.33 0 1 0.96 80 1 0.02
Hex 6 9 0 21 0 64 60 50 64 2
Octal 6 11 0 41 0 144 140 120 144 2
Binary 110 1001 0 100001 0 1100100 1100000 1010000 1100100 10

Color Harmonies of #060900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060900

Black with #060900

Text Example


Text Example

White with #060900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060900; }

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

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

background-color css

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

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

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

border-color css

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

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

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