#01690C

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

Shades of Green #01690C

Tints of Green #01690C

Color information

#01690C (or 0x01690C) is unknown color: approx Green. HEX triplet: 01, 69 and 0C. RGB value is (1,105,12). Sum of RGB (Red+Green+Blue) = 1+105+12=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 105 (41.41% from 255 or 88.98% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 105 - color contains mainly: green. Hex color #01690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01690C is #FE96F3. Grayscale: #3F3F3F. Windows color (decimal): -16684788 or 813313. OLE color: 813313.

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

Color convert

RGB110512-
CMYK0.9900.890.59
HSL126.35º98.11%20.78%-
HSV(B)126.35º99.05%41.18%-
XYZ5.1310.142.03-
YUV63.399.0483.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 105 (41.41% from 255) = 88.98%
BLUE value IS 12 (5.08% from 255) = 10.17%
R=0.85%
G=88.98%
B=10.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1105120.9900.890.59126.3598.1120.78
Hex169C630593B7e6215
Octal11511414301317317614225
Binary1110100111001100011010110011110111111110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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