#01680A

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

Shades of Green #01680A

Tints of Green #01680A

Color information

#01680A (or 0x01680A) is unknown color: approx Green. HEX triplet: 01, 68 and 0A. RGB value is (1,104,10). Sum of RGB (Red+Green+Blue) = 1+104+10=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 104 (41.02% from 255 or 90.43% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 104 - color contains mainly: green. Hex color #01680A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01680A is #FE97F5. Grayscale: #3E3E3E. Windows color (decimal): -16685046 or 681985. OLE color: 681985.

HSL color Cylindrical-coordinate representation of color #01680A: hue angle of 125.24º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01680A is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB110410-
CMYK0.9900.900.59
HSL125.24º98.1%20.59%-
HSV(B)125.24º99.04%40.78%-
XYZ5.029.931.94-
YUV62.4998.3884.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 104 (41.02% from 255) = 90.43%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=0.87%
G=90.43%
B=8.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104100.9900.900.59125.2498.120.59
Hex168A6305A3B7d6215
Octal11501214301327317514225
Binary1110100010101100011010110101110111111101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01680A; }

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

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

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

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

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

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

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

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