#061800

Color #061800 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #061800

Tints of Myrtle #061800

Color information

#061800 (or 0x061800) is unknown color: approx 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

RGB6240-
CMYK0.75010.91
HSL105º100%4.71%-
HSV(B)105º100%9.41%-
XYZ0.40.690.11-
YUV15.88119.04120.95-

RGB Variations

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

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 (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal62400.75010.911051004.71
Hex61804B0645B69645
Octal630011301441331511445
Binary110110000100101101100100101101111010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>