Html Css Color HEX #060F01 Pine Tree

📋 copy color: '#060F01'

red 6 ◦ green 15 ◦ blue 1

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

Shades of Pine Tree #060F01

Tints of Pine Tree #060F01

RGB

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

 GREEN value IS 15 (6.25% from 255) = 68.18%

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

R = 27.27%
G = 68.18%
B = 4.55%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.93

 K value IS 0.94

RGB Variations

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

Color information

#060F01 (or 0x060F01) is known color: Pine Tree. HEX triplet: 06, 0F and 01. RGB value is (6,15,1). Sum of RGB (Red+Green+Blue) = 6+15+1=22 (2% of max value = 765). Red value is 6 (2.73% from 255 or 27.27% from 22); Green value is 15 (6.25% from 255 or 68.18% from 22); Blue value is 1 (0.78% from 255 or 4.55% from 22); Max value from RGB is 15 - color contains mainly: green. Hex color #060F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060F01 is #F9F0FE. Grayscale: #0A0A0A. Windows color (decimal): -16380159 or 69382. OLE color: 69382.

HSL color Cylindrical-coordinate representation of color #060F01: hue angle of 98.57º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060F01 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.94.

Color convert

RGB 6 15 1 -
CMYK 0.60 0 0.93 0.94
HSL 98.57º 0.88% 0.03% -
HSV(B) 98.57º 0.93% 0.06% -
XYZ 0.25 0.38 0.09 -
YUV 10.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 6 15 1 0.60 0 0.93 0.94 98.57 0.88 0.03
Hex 6 F 1 3C 0 5D 5E 63 58 3
Octal 6 17 1 74 0 135 136 143 130 3
Binary 110 1111 1 111100 0 1011101 1011110 1100011 1011000 11

Color Harmonies of #060F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060F01

Black with #060F01

Text Example


Text Example

White with #060F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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