Html Css Color HEX #005006 Myrtle

📋 copy color: '#005006'

red 0 ◦ green 80 ◦ blue 6

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

Shades of Myrtle #005006

Tints of Myrtle #005006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 93.02%

 BLUE value IS 6 (2.73% from 255) = 6.98%

R = 0%
G = 93.02%
B = 6.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#005006 (or 0x005006) is known color: Myrtle. HEX triplet: 00, 50 and 06. RGB value is (0,80,6). Sum of RGB (Red+Green+Blue) = 0+80+6=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 80 (31.64% from 255 or 93.02% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 80 - color contains mainly: green. Hex color #005006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005006 is #FFAFF9. Grayscale: #2F2F2F. Windows color (decimal): -16756730 or 413696. OLE color: 413696.

HSL color Cylindrical-coordinate representation of color #005006: hue angle of 124.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005006 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 6 -
CMYK 1 0 0.92 0.69
HSL 124.5º 1% 0.16% -
HSV(B) 124.5º 1% 0.31% -
XYZ 2.9 5.75 1.13 -
YUV 47.64 104.5 94.02 -
System Red Green Blue C M Y K H S L
Decimal 0 80 6 1 0 0.92 0.69 124.5 1 0.16
Hex 0 50 6 64 0 5C 45 7C 64 10
Octal 0 120 6 144 0 134 105 174 144 20
Binary 0 1010000 110 1100100 0 1011100 1000101 1111100 1100100 10000

Color Harmonies of #005006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005006

Black with #005006

Text Example


Text Example

White with #005006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005006; }

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

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

background-color css

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

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

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

border-color css

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

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

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