#062506

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

Shades of Myrtle #062506

Tints of Myrtle #062506

Color information

#062506 (or 0x062506) is unknown color: approx Myrtle. HEX triplet: 06, 25 and 06. RGB value is (6,37,6). Sum of RGB (Red+Green+Blue) = 6+37+6=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 37 (14.84% from 255 or 75.51% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 37 - color contains mainly: green. Hex color #062506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062506 is #F9DAF9. Grayscale: #181818. Windows color (decimal): -16374522 or 402694. OLE color: 402694.

HSL color Cylindrical-coordinate representation of color #062506: hue angle of 120º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #062506 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB6376-
CMYK0.8400.840.85
HSL120º72.09%8.43%-
HSV(B)120º83.78%14.51%-
XYZ0.771.380.4-
YUV24.2117.73115.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.24%
GREEN value IS 37 (14.84% from 255) = 75.51%
BLUE value IS 6 (2.73% from 255) = 12.24%
R=12.24%
G=75.51%
B=12.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal63760.8400.840.8512072.098.43
Hex6256540545578488
Octal6456124012412517011010
Binary1101001011101010100010101001010101111100010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062506; }

 p { color: rgb(6,37,6); }

 H1.HeaderClassName
 {
   color: #062506;
 }
 .AnyTagClassName
 {
   color: #062506;
 }
</style>
background-color css

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

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

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

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

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

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