#000707

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

Shades of Dark Green #000707

Tints of Dark Green #000707

Color information

#000707 (or 0x000707) is unknown color: approx Dark Green. HEX triplet: 00, 07 and 07. RGB value is (0,7,7). Sum of RGB (Red+Green+Blue) = 0+7+7=14 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 14); Green value is 7 (3.12% from 255 or 50% from 14); Blue value is 7 (3.12% from 255 or 50% from 14); Max value from RGB is 7 - color contains mainly: green, blue. Hex color #000707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000707 is #FFF8F8. Grayscale: #040404. Windows color (decimal): -16775417 or 460544. OLE color: 460544.

HSL color Cylindrical-coordinate representation of color #000707: hue angle of 180º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000707 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB077-
CMYK1000.97
HSL180º100%1.37%-
HSV(B)180º100%2.75%-
XYZ0.110.170.23-
YUV4.91129.18124.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal0771000.971801001.37
Hex077640061b4641
Octal077144001412641441
Binary011111111001000011000011011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000707; }

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

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

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

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

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

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

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

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