#080A01

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

Shades of Green Waterloo #080A01

Tints of Green Waterloo #080A01

Color information

#080A01 (or 0x080A01) is unknown color: approx Green Waterloo. HEX triplet: 08, 0A and 01. RGB value is (8,10,1). Sum of RGB (Red+Green+Blue) = 8+10+1=19 (2% of max value = 765). Red value is 8 (3.52% from 255 or 42.11% from 19); Green value is 10 (4.30% from 255 or 52.63% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 10 - color contains mainly: green. Hex color #080A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A01 is #F7F5FE. Grayscale: #080808. Windows color (decimal): -16250367 or 68104. OLE color: 68104.

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

Color convert

RGB8101-
CMYK0.200.900.96
HSL73.33º81.82%2.16%-
HSV(B)73.33º90%3.92%-
XYZ0.210.270.07-
YUV8.38123.84127.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 42.11%
GREEN value IS 10 (4.30% from 255) = 52.63%
BLUE value IS 1 (0.78% from 255) = 5.26%
R=42.11%
G=52.63%
B=5.26%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal81010.200.900.9673.3381.822.16
Hex8A11405A6049522
Octal101212401321401111222
Binary100010101101000101101011000001001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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