Html Css Color HEX #016617 Crusoe

📋 copy color: '#016617'

red 1 ◦ green 102 ◦ blue 23

#016617
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #016617

Tints of Crusoe #016617

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 value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#016617 (or 0x016617) is known color: 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

RGB 1 102 23 -
CMYK 0.99 0 0.77 0.6
HSL 133.07º 0.98% 0.2% -
HSV(B) 133.07º 0.99% 0.4% -
XYZ 4.92 9.57 2.4 -
YUV 62.8 105.54 83.92 -
System Red Green Blue C M Y K H S L
Decimal 1 102 23 0.99 0 0.77 0.6 133.07 0.98 0.2
Hex 1 66 17 63 0 4D 3C 85 62 14
Octal 1 146 27 143 0 115 74 205 142 24
Binary 1 1100110 10111 1100011 0 1001101 111100 10000101 1100010 10100

Color Harmonies of #016617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016617

Black with #016617

Text Example


Text Example

White with #016617

Text Example


Text Example

HTML Codes & Css Web 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>