Html Css Color HEX #061A01 Myrtle

📋 copy color: '#061A01'

red 6 ◦ green 26 ◦ blue 1

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

Shades of Myrtle #061A01

Tints of Myrtle #061A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 78.79%

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

R = 18.18%
G = 78.79%
B = 3.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#061A01 (or 0x061A01) is known color: Myrtle. HEX triplet: 06, 1A and 01. RGB value is (6,26,1). Sum of RGB (Red+Green+Blue) = 6+26+1=33 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.18% from 33); Green value is 26 (10.55% from 255 or 78.79% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 26 - color contains mainly: green. Hex color #061A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061A01 is #F9E5FE. Grayscale: #111111. Windows color (decimal): -16377343 or 72198. OLE color: 72198.

HSL color Cylindrical-coordinate representation of color #061A01: hue angle of 108º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061A01 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB 6 26 1 -
CMYK 0.77 0 0.96 0.90
HSL 108º 0.93% 0.05% -
HSV(B) 108º 0.96% 0.1% -
XYZ 0.45 0.78 0.16 -
YUV 17.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 6 26 1 0.77 0 0.96 0.90 108 0.93 0.05
Hex 6 1A 1 4D 0 60 5A 6C 5D 5
Octal 6 32 1 115 0 140 132 154 135 5
Binary 110 11010 1 1001101 0 1100000 1011010 1101100 1011101 101

Color Harmonies of #061A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061A01

Black with #061A01

Text Example


Text Example

White with #061A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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