#070900

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

Shades of Green Waterloo #070900

Tints of Green Waterloo #070900

Color information

#070900 (or 0x070900) is unknown color: approx Green Waterloo. HEX triplet: 07, 09 and 00. RGB value is (7,9,0). Sum of RGB (Red+Green+Blue) = 7+9+0=16 (2% of max value = 765). Red value is 7 (3.12% from 255 or 43.75% from 16); Green value is 9 (3.91% from 255 or 56.25% from 16); Blue value is 0 (0.39% from 255 or 0% from 16); Max value from RGB is 9 - color contains mainly: green. Hex color #070900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070900 is #F8F6FF. Grayscale: #070707. Windows color (decimal): -16316160 or 2311. OLE color: 2311.

HSL color Cylindrical-coordinate representation of color #070900: hue angle of 73.33º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070900 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.

Color convert

RGB790-
CMYK0.22010.96
HSL73.33º100%1.76%-
HSV(B)73.33º100%3.53%-
XYZ0.190.240.04-
YUV7.38123.84127.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 43.75%
GREEN value IS 9 (3.91% from 255) = 56.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.75%
G=56.25%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal7900.22010.9673.331001.76
Hex790160646049642
Octal71102601441401111442
Binary11110010101100110010011000001001001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070900; }

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

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

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

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

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

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

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

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