Html Css Color HEX #016117 Crusoe

📋 copy color: '#016117'

red 1 ◦ green 97 ◦ blue 23

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

Shades of Crusoe #016117

Tints of Crusoe #016117

RGB

 RED value IS 1 (0.78% from 255) = 0.83%

 GREEN value IS 97 (38.28% from 255) = 80.17%

 BLUE value IS 23 (9.38% from 255) = 19.01%

R = 0.83%
G = 80.17%
B = 19.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#016117 (or 0x016117) is known color: Crusoe. HEX triplet: 01, 61 and 17. RGB value is (1,97,23). Sum of RGB (Red+Green+Blue) = 1+97+23=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 97 (38.28% from 255 or 80.17% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 97 - color contains mainly: green. Hex color #016117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016117 is #FE9EE8. Grayscale: #3C3C3C. Windows color (decimal): -16686825 or 1532161. OLE color: 1532161.

HSL color Cylindrical-coordinate representation of color #016117: hue angle of 133.75º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016117 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 97 23 -
CMYK 0.99 0 0.76 0.62
HSL 133.75º 0.98% 0.19% -
HSV(B) 133.75º 0.99% 0.38% -
XYZ 4.44 8.62 2.24 -
YUV 59.86 107.2 86.02 -
System Red Green Blue C M Y K H S L
Decimal 1 97 23 0.99 0 0.76 0.62 133.75 0.98 0.19
Hex 1 61 17 63 0 4C 3E 86 62 13
Octal 1 141 27 143 0 114 76 206 142 23
Binary 1 1100001 10111 1100011 0 1001100 111110 10000110 1100010 10011

Color Harmonies of #016117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016117

Black with #016117

Text Example


Text Example

White with #016117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016117; }

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

 H1.HeaderClassName
 {
   color: #016117;
 }
 .AnyTagClassName
 {
   color: #016117;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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