Html Css Color HEX #061002 Pine Tree

📋 copy color: '#061002'

red 6 ◦ green 16 ◦ blue 2

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

Shades of Pine Tree #061002

Tints of Pine Tree #061002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 8.33%

R = 25%
G = 66.67%
B = 8.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#061002 (or 0x061002) is known color: Pine Tree. HEX triplet: 06, 10 and 02. RGB value is (6,16,2). Sum of RGB (Red+Green+Blue) = 6+16+2=24 (3% of max value = 765). Red value is 6 (2.73% from 255 or 25% from 24); Green value is 16 (6.64% from 255 or 66.67% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 16 - color contains mainly: green. Hex color #061002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061002 is #F9EFFD. Grayscale: #0B0B0B. Windows color (decimal): -16379902 or 135174. OLE color: 135174.

HSL color Cylindrical-coordinate representation of color #061002: hue angle of 102.86º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061002 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB 6 16 2 -
CMYK 0.62 0 0.87 0.94
HSL 102.86º 0.78% 0.04% -
HSV(B) 102.86º 0.88% 0.06% -
XYZ 0.27 0.41 0.12 -
YUV 11.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 6 16 2 0.62 0 0.87 0.94 102.86 0.78 0.04
Hex 6 10 2 3E 0 57 5E 67 4E 4
Octal 6 20 2 76 0 127 136 147 116 4
Binary 110 10000 10 111110 0 1010111 1011110 1100111 1001110 100

Color Harmonies of #061002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061002

Black with #061002

Text Example


Text Example

White with #061002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061002; }

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

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

background-color css

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

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

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

border-color css

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

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

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