#000704

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

Shades of Dark Green #000704

Tints of Dark Green #000704

Color information

#000704 (or 0x000704) is unknown color: approx Dark Green. HEX triplet: 00, 07 and 04. RGB value is (0,7,4). Sum of RGB (Red+Green+Blue) = 0+7+4=11 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 11); Green value is 7 (3.12% from 255 or 63.64% from 11); Blue value is 4 (1.95% from 255 or 36.36% from 11); Max value from RGB is 7 - color contains mainly: green. Hex color #000704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000704 is #FFF8FB. Grayscale: #040404. Windows color (decimal): -16775420 or 263936. OLE color: 263936.

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

Color convert

RGB074-
CMYK100.430.97
HSL154.29º100%1.37%-
HSV(B)154.29º100%2.75%-
XYZ0.10.160.14-
YUV4.57127.68124.74-

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) = 63.64%
BLUE value IS 4 (1.95% from 255) = 36.36%
R=0%
G=63.64%
B=36.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal074100.430.97154.291001.37
Hex0746402B619a641
Octal0741440531412321441
Binary01111001100100010101111000011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000704; }

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

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

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

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

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

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

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

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