Html Css Color HEX #060A04 Pine Tree

📋 copy color: '#060A04'

red 6 ◦ green 10 ◦ blue 4

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

Shades of Pine Tree #060A04

Tints of Pine Tree #060A04

RGB

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

 GREEN value IS 10 (4.3% from 255) = 50%

 BLUE value IS 4 (1.95% from 255) = 20%

R = 30%
G = 50%
B = 20%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.6

 K value IS 0.96

RGB Variations

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

Color information

#060A04 (or 0x060A04) is known color: Pine Tree. HEX triplet: 06, 0A and 04. RGB value is (6,10,4). Sum of RGB (Red+Green+Blue) = 6+10+4=20 (2% of max value = 765). Red value is 6 (2.73% from 255 or 30% from 20); Green value is 10 (4.30% from 255 or 50% from 20); Blue value is 4 (1.95% from 255 or 20% from 20); Max value from RGB is 10 - color contains mainly: green. Hex color #060A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060A04 is #F9F5FB. Grayscale: #080808. Windows color (decimal): -16381436 or 264710. OLE color: 264710.

HSL color Cylindrical-coordinate representation of color #060A04: hue angle of 100º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #060A04 is Cyan = 0.4, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.96.

Color convert

RGB 6 10 4 -
CMYK 0.4 0 0.6 0.96
HSL 100º 0.43% 0.03% -
HSV(B) 100º 0.6% 0.04% -
XYZ 0.21 0.26 0.16 -
YUV 8.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 6 10 4 0.4 0 0.6 0.96 100 0.43 0.03
Hex 6 A 4 28 0 3C 60 64 2B 3
Octal 6 12 4 50 0 74 140 144 53 3
Binary 110 1010 100 101000 0 111100 1100000 1100100 101011 11

Color Harmonies of #060A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060A04

Black with #060A04

Text Example


Text Example

White with #060A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060A04; }

 p { color: rgb(6,10,4); }

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

background-color css

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

 a { background-color: rgb(6,10,4); }

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

border-color css

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

 span { border-color: rgb(6,10,4); }

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