Html Css Color HEX #116118 Crusoe

📋 copy color: '#116118'

red 17 ◦ green 97 ◦ blue 24

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

Shades of Crusoe #116118

Tints of Crusoe #116118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.39%

R = 12.32%
G = 70.29%
B = 17.39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#116118 (or 0x116118) is known color: Crusoe. HEX triplet: 11, 61 and 18. RGB value is (17,97,24). Sum of RGB (Red+Green+Blue) = 17+97+24=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 97 (38.28% from 255 or 70.29% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 97 - color contains mainly: green. Hex color #116118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116118 is #EE9EE7. Grayscale: #404040. Windows color (decimal): -15638248 or 1597713. OLE color: 1597713.

HSL color Cylindrical-coordinate representation of color #116118: hue angle of 125.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 #116118 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 97 24 -
CMYK 0.82 0 0.75 0.62
HSL 125.25º 0.7% 0.22% -
HSV(B) 125.25º 0.82% 0.38% -
XYZ 4.67 8.73 2.3 -
YUV 64.76 105 93.94 -
System Red Green Blue C M Y K H S L
Decimal 17 97 24 0.82 0 0.75 0.62 125.25 0.7 0.22
Hex 11 61 18 52 0 4B 3E 7D 46 16
Octal 21 141 30 122 0 113 76 175 106 26
Binary 10001 1100001 11000 1010010 0 1001011 111110 1111101 1000110 10110

Color Harmonies of #116118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116118

Black with #116118

Text Example


Text Example

White with #116118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116118; }

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

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

background-color css

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

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

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

border-color css

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

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

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