Html Css Color HEX #000704 Dark Green

📋 copy color: '#000704'

red 0 ◦ green 7 ◦ blue 4

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

Shades of Dark Green #000704

Tints of Dark Green #000704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 63.64%

 BLUE value IS 4 (1.95% from 255) = 36.36%

R = 0%
G = 63.64%
B = 36.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.43

 K value IS 0.97

RGB Variations

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

Color information

#000704 (or 0x000704) is known color: 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

RGB 0 7 4 -
CMYK 1 0 0.43 0.97
HSL 154.29º 1% 0.01% -
HSV(B) 154.29º 1% 0.03% -
XYZ 0.1 0.16 0.14 -
YUV 4.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 0 7 4 1 0 0.43 0.97 154.29 1 0.01
Hex 0 7 4 64 0 2B 61 9A 64 1
Octal 0 7 4 144 0 53 141 232 144 1
Binary 0 111 100 1100100 0 101011 1100001 10011010 1100100 1

Color Harmonies of #000704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000704

Black with #000704

Text Example


Text Example

White with #000704

Text Example


Text Example

HTML Codes & Css Web 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>