Html Css Color HEX #106124 Crusoe

📋 copy color: '#106124'

red 16 ◦ green 97 ◦ blue 36

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

Shades of Crusoe #106124

Tints of Crusoe #106124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.16%

R = 10.74%
G = 65.1%
B = 24.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#106124 (or 0x106124) is known color: Crusoe. HEX triplet: 10, 61 and 24. RGB value is (16,97,36). Sum of RGB (Red+Green+Blue) = 16+97+36=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #106124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106124 is #EF9EDB. Grayscale: #414141. Windows color (decimal): -15703772 or 2384144. OLE color: 2384144.

HSL color Cylindrical-coordinate representation of color #106124: hue angle of 134.81º 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 #106124 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 97 36 -
CMYK 0.84 0 0.63 0.62
HSL 134.81º 0.72% 0.22% -
HSV(B) 134.81º 0.84% 0.38% -
XYZ 4.81 8.79 3.11 -
YUV 65.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 16 97 36 0.84 0 0.63 0.62 134.81 0.72 0.22
Hex 10 61 24 54 0 3F 3E 87 48 16
Octal 20 141 44 124 0 77 76 207 110 26
Binary 10000 1100001 100100 1010100 0 111111 111110 10000111 1001000 10110

Color Harmonies of #106124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106124

Black with #106124

Text Example


Text Example

White with #106124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106124; }

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

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

background-color css

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

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

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

border-color css

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

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

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