#005007

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

Shades of Myrtle #005007

Tints of Myrtle #005007

Color information

#005007 (or 0x005007) is unknown color: approx Myrtle. HEX triplet: 00, 50 and 07. RGB value is (0,80,7). Sum of RGB (Red+Green+Blue) = 0+80+7=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 80 (31.64% from 255 or 91.95% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 80 - color contains mainly: green. Hex color #005007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005007 is #FFAFF8. Grayscale: #2F2F2F. Windows color (decimal): -16756729 or 479232. OLE color: 479232.

HSL color Cylindrical-coordinate representation of color #005007: hue angle of 125.25º 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 #005007 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB0807-
CMYK100.910.69
HSL125.25º100%15.69%-
HSV(B)125.25º100%31.37%-
XYZ2.915.751.16-
YUV47.7610593.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 80 (31.64% from 255) = 91.95%
BLUE value IS 7 (3.12% from 255) = 8.05%
R=0%
G=91.95%
B=8.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0807100.910.69125.2510015.69
Hex05076405B457d6410
Octal01207144013310517514420
Binary0101000011111001000101101110001011111101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005007; }

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

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

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

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

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

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

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

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