Html Css Color HEX #060E01 Pine Tree

📋 copy color: '#060E01'

red 6 ◦ green 14 ◦ blue 1

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

Shades of Pine Tree #060E01

Tints of Pine Tree #060E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 66.67%

 BLUE value IS 1 (0.78% from 255) = 4.76%

R = 28.57%
G = 66.67%
B = 4.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.93

 K value IS 0.95

RGB Variations

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

Color information

#060E01 (or 0x060E01) is known color: Pine Tree. HEX triplet: 06, 0E and 01. RGB value is (6,14,1). Sum of RGB (Red+Green+Blue) = 6+14+1=21 (2% of max value = 765). Red value is 6 (2.73% from 255 or 28.57% from 21); Green value is 14 (5.86% from 255 or 66.67% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 14 - color contains mainly: green. Hex color #060E01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E01 is #F9F1FE. Grayscale: #0A0A0A. Windows color (decimal): -16380415 or 69126. OLE color: 69126.

HSL color Cylindrical-coordinate representation of color #060E01: hue angle of 96.92º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060E01 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.95.

Color convert

RGB 6 14 1 -
CMYK 0.57 0 0.93 0.95
HSL 96.92º 0.87% 0.03% -
HSV(B) 96.92º 0.93% 0.05% -
XYZ 0.24 0.35 0.08 -
YUV 10.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 6 14 1 0.57 0 0.93 0.95 96.92 0.87 0.03
Hex 6 E 1 39 0 5D 5F 61 57 3
Octal 6 16 1 71 0 135 137 141 127 3
Binary 110 1110 1 111001 0 1011101 1011111 1100001 1010111 11

Color Harmonies of #060E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E01

Black with #060E01

Text Example


Text Example

White with #060E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,14,1); }

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

background-color css

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

 a { background-color: rgb(6,14,1); }

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

border-color css

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

 span { border-color: rgb(6,14,1); }

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