Html Css Color HEX #061202 Myrtle

📋 copy color: '#061202'

red 6 ◦ green 18 ◦ blue 2

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

Shades of Myrtle #061202

Tints of Myrtle #061202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 69.23%

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

R = 23.08%
G = 69.23%
B = 7.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#061202 (or 0x061202) is known color: Myrtle. HEX triplet: 06, 12 and 02. RGB value is (6,18,2). Sum of RGB (Red+Green+Blue) = 6+18+2=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 18 (7.42% from 255 or 69.23% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 18 - color contains mainly: green. Hex color #061202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061202 is #F9EDFD. Grayscale: #0C0C0C. Windows color (decimal): -16379390 or 135686. OLE color: 135686.

HSL color Cylindrical-coordinate representation of color #061202: hue angle of 105º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #061202 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 18 2 -
CMYK 0.67 0 0.89 0.93
HSL 105º 0.8% 0.04% -
HSV(B) 105º 0.89% 0.07% -
XYZ 0.3 0.48 0.13 -
YUV 12.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 6 18 2 0.67 0 0.89 0.93 105 0.8 0.04
Hex 6 12 2 43 0 59 5D 69 50 4
Octal 6 22 2 103 0 131 135 151 120 4
Binary 110 10010 10 1000011 0 1011001 1011101 1101001 1010000 100

Color Harmonies of #061202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061202

Black with #061202

Text Example


Text Example

White with #061202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061202; }

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

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

background-color css

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

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

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

border-color css

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

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

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