Html Css Color HEX #106618 Crusoe

📋 copy color: '#106618'

red 16 ◦ green 102 ◦ blue 24

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

Shades of Crusoe #106618

Tints of Crusoe #106618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 71.83%

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

R = 11.27%
G = 71.83%
B = 16.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#106618 (or 0x106618) is known color: Crusoe. HEX triplet: 10, 66 and 18. RGB value is (16,102,24). Sum of RGB (Red+Green+Blue) = 16+102+24=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #106618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106618 is #EF99E7. Grayscale: #434343. Windows color (decimal): -15702504 or 1598992. OLE color: 1598992.

HSL color Cylindrical-coordinate representation of color #106618: hue angle of 125.58º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106618 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 102 24 -
CMYK 0.84 0 0.76 0.6
HSL 125.58º 0.73% 0.23% -
HSV(B) 125.58º 0.84% 0.4% -
XYZ 5.13 9.68 2.46 -
YUV 67.39 103.51 91.34 -
System Red Green Blue C M Y K H S L
Decimal 16 102 24 0.84 0 0.76 0.6 125.58 0.73 0.23
Hex 10 66 18 54 0 4C 3C 7E 49 17
Octal 20 146 30 124 0 114 74 176 111 27
Binary 10000 1100110 11000 1010100 0 1001100 111100 1111110 1001001 10111

Color Harmonies of #106618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106618

Black with #106618

Text Example


Text Example

White with #106618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106618; }

 p { color: rgb(16,102,24); }

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

background-color css

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

 a { background-color: rgb(16,102,24); }

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

border-color css

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

 span { border-color: rgb(16,102,24); }

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