Html Css Color HEX #061800 Myrtle

📋 copy color: '#061800'

red 6 ◦ green 24 ◦ blue 0

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

Shades of Myrtle #061800

Tints of Myrtle #061800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 80%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 20%
G = 80%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#061800 (or 0x061800) is known color: Myrtle. HEX triplet: 06, 18 and 00. RGB value is (6,24,0). Sum of RGB (Red+Green+Blue) = 6+24+0=30 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20% from 30); Green value is 24 (9.77% from 255 or 80% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 24 - color contains mainly: green. Hex color #061800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061800 is #F9E7FF. Grayscale: #0F0F0F. Windows color (decimal): -16377856 or 6150. OLE color: 6150.

HSL color Cylindrical-coordinate representation of color #061800: hue angle of 105º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #061800 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB 6 24 0 -
CMYK 0.75 0 1 0.91
HSL 105º 1% 0.05% -
HSV(B) 105º 1% 0.09% -
XYZ 0.4 0.69 0.11 -
YUV 15.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 6 24 0 0.75 0 1 0.91 105 1 0.05
Hex 6 18 0 4B 0 64 5B 69 64 5
Octal 6 30 0 113 0 144 133 151 144 5
Binary 110 11000 0 1001011 0 1100100 1011011 1101001 1100100 101

Color Harmonies of #061800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061800

Black with #061800

Text Example


Text Example

White with #061800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061800; }

 p { color: rgb(6,24,0); }

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

background-color css

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

 a { background-color: rgb(6,24,0); }

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

border-color css

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

 span { border-color: rgb(6,24,0); }

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