Html Css Color HEX #061A02 Myrtle

📋 copy color: '#061A02'

red 6 ◦ green 26 ◦ blue 2

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

Shades of Myrtle #061A02

Tints of Myrtle #061A02

RGB

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

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

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

R = 17.65%
G = 76.47%
B = 5.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.90

RGB Variations

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

Color information

#061A02 (or 0x061A02) is known color: Myrtle. HEX triplet: 06, 1A and 02. RGB value is (6,26,2). Sum of RGB (Red+Green+Blue) = 6+26+2=34 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.65% from 34); Green value is 26 (10.55% from 255 or 76.47% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 26 - color contains mainly: green. Hex color #061A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061A02 is #F9E5FD. Grayscale: #111111. Windows color (decimal): -16377342 or 137734. OLE color: 137734.

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

Color convert

RGB 6 26 2 -
CMYK 0.77 0 0.92 0.90
HSL 110º 0.86% 0.05% -
HSV(B) 110º 0.92% 0.1% -
XYZ 0.46 0.78 0.18 -
YUV 17.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 6 26 2 0.77 0 0.92 0.90 110 0.86 0.05
Hex 6 1A 2 4D 0 5C 5A 6E 56 5
Octal 6 32 2 115 0 134 132 156 126 5
Binary 110 11010 10 1001101 0 1011100 1011010 1101110 1010110 101

Color Harmonies of #061A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061A02

Black with #061A02

Text Example


Text Example

White with #061A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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