#016617

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

Shades of Crusoe #016617

Tints of Crusoe #016617

Color information

#016617 (or 0x016617) is unknown color: approx Crusoe. HEX triplet: 01, 66 and 17. RGB value is (1,102,23). Sum of RGB (Red+Green+Blue) = 1+102+23=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 102 (40.23% from 255 or 80.95% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 102 - color contains mainly: green. Hex color #016617 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016617 is #FE99E8. Grayscale: #3F3F3F. Windows color (decimal): -16685545 or 1533441. OLE color: 1533441.

HSL color Cylindrical-coordinate representation of color #016617: hue angle of 133.07º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016617 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB110223-
CMYK0.9900.770.6
HSL133.07º98.06%20.2%-
HSV(B)133.07º99.02%40%-
XYZ4.929.572.4-
YUV62.79105.5483.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 102 (40.23% from 255) = 80.95%
BLUE value IS 23 (9.38% from 255) = 18.25%
R=0.79%
G=80.95%
B=18.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102230.9900.770.6133.0798.0620.2
Hex166176304D3C856214
Octal11462714301157420514224
Binary111001101011111000110100110111110010000101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016617; }

 p { color: rgb(1,102,23); }

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

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

 a { background-color: rgb(1,102,23); }

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

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

 span { border-color: rgb(1,102,23); }

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