#016F1E

Color #016F1E Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #016F1E

Tints of Crusoe #016F1E

Color information

#016F1E (or 0x016F1E) is unknown color: approx Crusoe. HEX triplet: 01, 6F and 1E. RGB value is (1,111,30). Sum of RGB (Red+Green+Blue) = 1+111+30=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 111 (43.75% from 255 or 78.17% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 111 - color contains mainly: green. Hex color #016F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F1E is #FE90E1. Grayscale: #454545. Windows color (decimal): -16683234 or 1994497. OLE color: 1994497.

HSL color Cylindrical-coordinate representation of color #016F1E: hue angle of 135.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F1E is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB111130-
CMYK0.9900.730.56
HSL135.82º98.21%21.96%-
HSV(B)135.82º99.1%43.53%-
XYZ5.9311.473.13-
YUV68.88106.0679.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 111 (43.75% from 255) = 78.17%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=0.70%
G=78.17%
B=21.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111300.9900.730.56135.8298.2121.96
Hex16F1E6304938886216
Octal11573614301117021014226
Binary111011111111011000110100100111100010001000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016F1E; }

 p { color: rgb(1,111,30); }

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

<style>
 a { background-color: #016F1E; }

 a { background-color: rgb(1,111,30); }

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

<style>
 span { border-color: #016F1E; }

 span { border-color: rgb(1,111,30); }

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