#106123

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

Shades of Crusoe #106123

Tints of Crusoe #106123

Color information

#106123 (or 0x106123) is unknown color: approx Crusoe. HEX triplet: 10, 61 and 23. RGB value is (16,97,35). Sum of RGB (Red+Green+Blue) = 16+97+35=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 97 (38.28% from 255 or 65.54% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 97 - color contains mainly: green. Hex color #106123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106123 is #EF9EDC. Grayscale: #414141. Windows color (decimal): -15703773 or 2318608. OLE color: 2318608.

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

Color convert

RGB169735-
CMYK0.8400.640.62
HSL134.07º71.68%22.16%-
HSV(B)134.07º83.51%38.04%-
XYZ4.798.783.03-
YUV65.71110.6692.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 97 (38.28% from 255) = 65.54%
BLUE value IS 35 (14.06% from 255) = 23.65%
R=10.81%
G=65.54%
B=23.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1697350.8400.640.62134.0771.6822.16
Hex106123540403E864816
Octal201414312401007620611026
Binary10000110000110001110101000100000011111010000110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106123; }

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

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

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

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

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

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

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

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