#10671A

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

Shades of Crusoe #10671A

Tints of Crusoe #10671A

Color information

#10671A (or 0x10671A) is unknown color: approx Crusoe. HEX triplet: 10, 67 and 1A. RGB value is (16,103,26). Sum of RGB (Red+Green+Blue) = 16+103+26=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 103 (40.62% from 255 or 71.03% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 103 - color contains mainly: green. Hex color #10671A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10671A is #EF98E5. Grayscale: #444444. Windows color (decimal): -15702246 or 1730320. OLE color: 1730320.

HSL color Cylindrical-coordinate representation of color #10671A: hue angle of 126.9º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10671A is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1610326-
CMYK0.8400.750.60
HSL126.9º73.11%23.33%-
HSV(B)126.9º84.47%40.39%-
XYZ5.259.892.61-
YUV68.21104.1890.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 103 (40.62% from 255) = 71.03%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=11.03%
G=71.03%
B=17.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16103260.8400.750.60126.973.1123.33
Hex10671A5404B3C7f4917
Octal201473212401137417711127
Binary100001100111110101010100010010111111001111111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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