#016F24

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

Shades of Crusoe #016F24

Tints of Crusoe #016F24

Color information

#016F24 (or 0x016F24) is unknown color: approx Crusoe. HEX triplet: 01, 6F and 24. RGB value is (1,111,36). Sum of RGB (Red+Green+Blue) = 1+111+36=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 111 (43.75% from 255 or 75% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 111 - color contains mainly: green. Hex color #016F24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F24 is #FE90DB. Grayscale: #454545. Windows color (decimal): -16683228 or 2387713. OLE color: 2387713.

HSL color Cylindrical-coordinate representation of color #016F24: hue angle of 139.09º 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 #016F24 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB111136-
CMYK0.9900.680.56
HSL139.09º98.21%21.96%-
HSV(B)139.09º99.1%43.53%-
XYZ6.0211.53.57-
YUV69.56109.0679.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 111 (43.75% from 255) = 75%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=0.68%
G=75%
B=24.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111360.9900.680.56139.0998.2121.96
Hex16F2463044388b6216
Octal11574414301047021314226
Binary1110111110010011000110100010011100010001011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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