Html Css Color HEX #116120 Crusoe

📋 copy color: '#116120'

red 17 ◦ green 97 ◦ blue 32

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

Shades of Crusoe #116120

Tints of Crusoe #116120

RGB

 RED value IS 17 (7.03% from 255) = 11.64%

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

 BLUE value IS 32 (12.89% from 255) = 21.92%

R = 11.64%
G = 66.44%
B = 21.92%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#116120 (or 0x116120) is known color: Crusoe. HEX triplet: 11, 61 and 20. RGB value is (17,97,32). Sum of RGB (Red+Green+Blue) = 17+97+32=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 97 (38.28% from 255 or 66.44% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 97 - color contains mainly: green. Hex color #116120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116120 is #EE9EDF. Grayscale: #414141. Windows color (decimal): -15638240 or 2122001. OLE color: 2122001.

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

Color convert

RGB 17 97 32 -
CMYK 0.82 0 0.67 0.62
HSL 131.25º 0.7% 0.22% -
HSV(B) 131.25º 0.82% 0.38% -
XYZ 4.77 8.77 2.81 -
YUV 65.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 17 97 32 0.82 0 0.67 0.62 131.25 0.7 0.22
Hex 11 61 20 52 0 43 3E 83 46 16
Octal 21 141 40 122 0 103 76 203 106 26
Binary 10001 1100001 100000 1010010 0 1000011 111110 10000011 1000110 10110

Color Harmonies of #116120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116120

Black with #116120

Text Example


Text Example

White with #116120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116120; }

 p { color: rgb(17,97,32); }

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

background-color css

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

 a { background-color: rgb(17,97,32); }

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

border-color css

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

 span { border-color: rgb(17,97,32); }

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