#106122

Color #106122 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #106122

Tints of Crusoe #106122

Color information

#106122 (or 0x106122) is unknown color: approx Crusoe. HEX triplet: 10, 61 and 22. RGB value is (16,97,34). Sum of RGB (Red+Green+Blue) = 16+97+34=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #106122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106122 is #EF9EDD. Grayscale: #414141. Windows color (decimal): -15703774 or 2253072. OLE color: 2253072.

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

Color convert

RGB169734-
CMYK0.8400.650.62
HSL133.33º71.68%22.16%-
HSV(B)133.33º83.51%38.04%-
XYZ4.788.782.96-
YUV65.6110.1692.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 97 (38.28% from 255) = 65.99%
BLUE value IS 34 (13.67% from 255) = 23.13%
R=10.88%
G=65.99%
B=23.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1697340.8400.650.62133.3371.6822.16
Hex106122540413E854816
Octal201414212401017620511026
Binary10000110000110001010101000100000111111010000101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106122; }

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

 H1.HeaderClassName
 {
   color: #106122;
 }
 .AnyTagClassName
 {
   color: #106122;
 }
</style>
background-color css

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

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

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

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

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

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