#080A00

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

Shades of Green Waterloo #080A00

Tints of Green Waterloo #080A00

Color information

#080A00 (or 0x080A00) is unknown color: approx Green Waterloo. HEX triplet: 08, 0A and 00. RGB value is (8,10,0). Sum of RGB (Red+Green+Blue) = 8+10+0=18 (2% of max value = 765). Red value is 8 (3.52% from 255 or 44.44% from 18); Green value is 10 (4.30% from 255 or 55.56% from 18); Blue value is 0 (0.39% from 255 or 0% from 18); Max value from RGB is 10 - color contains mainly: green. Hex color #080A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A00 is #F7F5FF. Grayscale: #080808. Windows color (decimal): -16250368 or 2568. OLE color: 2568.

HSL color Cylindrical-coordinate representation of color #080A00: hue angle of 72º 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 #080A00 is Cyan = 0.2, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.

Color convert

RGB8100-
CMYK0.2010.96
HSL72º100%1.96%-
HSV(B)72º100%3.92%-
XYZ0.210.270.04-
YUV8.26123.34127.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 44.44%
GREEN value IS 10 (4.30% from 255) = 55.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.44%
G=55.56%
B=0%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal81000.2010.96721001.96
Hex8A0140646048642
Octal101202401441401101442
Binary100010100101000110010011000001001000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080A00; }

 p { color: rgb(8,10,0); }

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

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

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

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

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

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

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