Html Css Color HEX #106117 Crusoe

📋 copy color: '#106117'

red 16 ◦ green 97 ◦ blue 23

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

Shades of Crusoe #106117

Tints of Crusoe #106117

RGB

 RED value IS 16 (6.64% from 255) = 11.76%

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

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

R = 11.76%
G = 71.32%
B = 16.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#106117 (or 0x106117) is known color: Crusoe. HEX triplet: 10, 61 and 17. RGB value is (16,97,23). Sum of RGB (Red+Green+Blue) = 16+97+23=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 97 (38.28% from 255 or 71.32% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 97 - color contains mainly: green. Hex color #106117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106117 is #EF9EE8. Grayscale: #404040. Windows color (decimal): -15703785 or 1532176. OLE color: 1532176.

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

Color convert

RGB 16 97 23 -
CMYK 0.84 0 0.76 0.62
HSL 125.19º 0.72% 0.22% -
HSV(B) 125.19º 0.84% 0.38% -
XYZ 4.64 8.72 2.25 -
YUV 64.35 104.66 93.52 -
System Red Green Blue C M Y K H S L
Decimal 16 97 23 0.84 0 0.76 0.62 125.19 0.72 0.22
Hex 10 61 17 54 0 4C 3E 7D 48 16
Octal 20 141 27 124 0 114 76 175 110 26
Binary 10000 1100001 10111 1010100 0 1001100 111110 1111101 1001000 10110

Color Harmonies of #106117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106117

Black with #106117

Text Example


Text Example

White with #106117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106117; }

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

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

background-color css

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

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

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

border-color css

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

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

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