#10691D

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

Shades of Crusoe #10691D

Tints of Crusoe #10691D

Color information

#10691D (or 0x10691D) is unknown color: approx Crusoe. HEX triplet: 10, 69 and 1D. RGB value is (16,105,29). Sum of RGB (Red+Green+Blue) = 16+105+29=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 105 (41.41% from 255 or 70% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 105 - color contains mainly: green. Hex color #10691D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10691D is #EF96E2. Grayscale: #454545. Windows color (decimal): -15701731 or 1927440. OLE color: 1927440.

HSL color Cylindrical-coordinate representation of color #10691D: hue angle of 128.76º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10691D is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1610529-
CMYK0.8500.720.59
HSL128.76º73.55%23.73%-
HSV(B)128.76º84.76%41.18%-
XYZ5.4910.32.86-
YUV69.72105.0189.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.67%
GREEN value IS 105 (41.41% from 255) = 70%
BLUE value IS 29 (11.72% from 255) = 19.33%
R=10.67%
G=70%
B=19.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16105290.8500.720.59128.7673.5523.73
Hex10691D550483B814a18
Octal201513512501107320111230
Binary1000011010011110110101010100100011101110000001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10691D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10691D; }

 p { color: rgb(16,105,29); }

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

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

 a { background-color: rgb(16,105,29); }

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

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

 span { border-color: rgb(16,105,29); }

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