#01690E

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

Shades of Green #01690E

Tints of Green #01690E

Color information

#01690E (or 0x01690E) is unknown color: approx Green. HEX triplet: 01, 69 and 0E. RGB value is (1,105,14). Sum of RGB (Red+Green+Blue) = 1+105+14=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 105 (41.41% from 255 or 87.5% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 105 - color contains mainly: green. Hex color #01690E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01690E is #FE96F1. Grayscale: #3F3F3F. Windows color (decimal): -16684786 or 944385. OLE color: 944385.

HSL color Cylindrical-coordinate representation of color #01690E: hue angle of 127.5º 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 #01690E is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB110514-
CMYK0.9900.870.59
HSL127.5º98.11%20.78%-
HSV(B)127.5º99.05%41.18%-
XYZ5.1410.142.1-
YUV63.53100.0483.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 105 (41.41% from 255) = 87.5%
BLUE value IS 14 (5.86% from 255) = 11.67%
R=0.83%
G=87.5%
B=11.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1105140.9900.870.59127.598.1120.78
Hex169E630573B806215
Octal11511614301277320014225
Binary11101001111011000110101011111101110000000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01690E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01690E; }

 p { color: rgb(1,105,14); }

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

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

 a { background-color: rgb(1,105,14); }

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

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

 span { border-color: rgb(1,105,14); }

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