#10691A

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

Shades of Crusoe #10691A

Tints of Crusoe #10691A

Color information

#10691A (or 0x10691A) is unknown color: approx Crusoe. HEX triplet: 10, 69 and 1A. RGB value is (16,105,26). Sum of RGB (Red+Green+Blue) = 16+105+26=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 105 (41.41% from 255 or 71.43% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 105 - color contains mainly: green. Hex color #10691A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10691A is #EF96E5. Grayscale: #454545. Windows color (decimal): -15701734 or 1730832. OLE color: 1730832.

HSL color Cylindrical-coordinate representation of color #10691A: hue angle of 126.74º 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 #10691A is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1610526-
CMYK0.8500.750.59
HSL126.74º73.55%23.73%-
HSV(B)126.74º84.76%41.18%-
XYZ5.4510.292.68-
YUV69.38103.5189.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 105 (41.41% from 255) = 71.43%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=10.88%
G=71.43%
B=17.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16105260.8500.750.59126.7473.5523.73
Hex10691A5504B3B7f4a18
Octal201513212501137317711230
Binary100001101001110101010101010010111110111111111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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